We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustls
1 parent 3c0ed9a commit 71ff91bCopy full SHA for 71ff91b
Cargo.toml
@@ -50,7 +50,7 @@ futures = { version = "0.3.8", optional = true }
50
51
# h1_client_rustls
52
async-tls = { version = "0.10.0", optional = true }
53
-rustls_crate = { version = "0.18", optional = true, package = "rustls" }
+rustls_crate = { version = "0.19", optional = true, package = "rustls" }
54
55
# hyper_client
56
hyper = { version = "0.13.6", features = ["tcp"], optional = true }
0 commit comments