update trust-dns-resolver to 0.11 (#513)

This commit is contained in:
Benjamin Fry
2019-04-30 08:55:03 -07:00
committed by Sean McArthur
parent 40550aec7a
commit 15595acb04

View File

@@ -44,7 +44,7 @@ native-tls = { version = "0.2", optional = true }
rustls = { version = "0.15", features = ["dangerous_configuration"], optional = true }
socks = { version = "0.3.2", optional = true }
tokio-rustls = { version = "0.9", optional = true }
trust-dns-resolver = { version = "0.10", optional = true }
trust-dns-resolver = { version = "0.11", optional = true }
webpki-roots = { version = "0.16", optional = true }
cookie_store = "0.5.1"
cookie = "0.11.0"