deps(chore): update to the latest rustls (#969)

This commit is contained in:
Alex Gaynor
2020-07-06 12:01:46 -04:00
committed by GitHub
parent 7fd6b44cde
commit 1a2c10256a

View File

@@ -93,9 +93,9 @@ native-tls-crate = { version = "0.2", optional = true, package = "native-tls" }
tokio-tls = { version = "0.3.0", optional = true }
# rustls-tls
hyper-rustls = { version = "0.20", default-features = false, optional = true }
rustls = { version = "0.17", features = ["dangerous_configuration"], optional = true }
tokio-rustls = { version = "0.13", optional = true }
hyper-rustls = { version = "0.21", default-features = false, optional = true }
rustls = { version = "0.18", features = ["dangerous_configuration"], optional = true }
tokio-rustls = { version = "0.14", optional = true }
webpki-roots = { version = "0.19", optional = true }
## cookies