1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-24 22:37:35 +02:00

update trust-dns

This commit is contained in:
Nikolay Kim
2019-04-14 20:45:44 -07:00
parent ab4fda6084
commit 002c41a7ca
3 changed files with 75 additions and 50 deletions

View File

@ -1,5 +1,11 @@
# Changes
### Changed
* use trust-dns-resolver 0.11.0
## [0.1.0-alpha.5] - 2019-04-12
### Added

View File

@ -81,7 +81,7 @@ time = "0.1"
tokio-tcp = "0.1.3"
tokio-timer = "0.2"
tokio-current-thread = "0.1"
trust-dns-resolver = { version="0.11.0-alpha.3", default-features = false }
trust-dns-resolver = { version="0.11.0", default-features = false }
# for secure cookie
ring = { version = "0.14.6", optional = true }