1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-31 12:42:09 +01:00

use stable version of trust-dns-resolver

This commit is contained in:
Nikolay Kim 2019-04-14 20:46:36 -07:00
parent 54f62b5035
commit fc2dcadc7a
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 }