mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-31 09:12:08 +01:00
use stable version of trust-dns-resolver
This commit is contained in:
parent
54f62b5035
commit
fc2dcadc7a
@ -1,5 +1,11 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Use trust-dns-resolver 0.11.0
|
||||||
|
|
||||||
|
|
||||||
## [0.1.4] - 2019-04-12
|
## [0.1.4] - 2019-04-12
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -40,7 +40,7 @@ http = { version = "0.1.16", optional = true }
|
|||||||
log = "0.4"
|
log = "0.4"
|
||||||
tokio-tcp = "0.1.3"
|
tokio-tcp = "0.1.3"
|
||||||
tokio-current-thread = "0.1.5"
|
tokio-current-thread = "0.1.5"
|
||||||
trust-dns-resolver = { version="0.11.0-alpha.3", default-features = false }
|
trust-dns-resolver = { version="0.11.0", default-features = false }
|
||||||
|
|
||||||
# openssl
|
# openssl
|
||||||
openssl = { version="0.10", optional = true }
|
openssl = { version="0.10", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user