mirror of
https://github.com/fafhrd91/actix-net
synced 2025-02-07 14:44:24 +01:00
- `Address` trait is now required to have static lifetime; - `start_resolver` and `start_default_resolver` are now `async` and may return a `ConnectError`; Signed-off-by: Jonathas-Conceicao <jadoliveira@inf.ufpel.edu.br>