Enable h2 ALPN with rustls-tls backend

This commit is contained in:
Sean McArthur
2019-01-18 11:53:56 -08:00
parent 68e98d54ea
commit 021851afd4
2 changed files with 5 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ tokio-timer = "0.2.6" # a minimum version so trust-dns-resolver compiles
trust-dns-resolver = { version = "0.10", optional = true }
url = "1.2"
uuid = { version = "0.7", features = ["v4"] }
hyper-rustls = { version = "0.15", optional = true }
hyper-rustls = { version = "0.15.1", optional = true }
tokio-rustls = { version = "0.8", optional = true }
webpki-roots = { version = "0.15", optional = true }
rustls = { version = "0.14", features = ["dangerous_configuration"], optional = true }