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.
async-tls
1 parent 71ff91b commit 059b23eCopy full SHA for 059b23e
Cargo.toml
@@ -49,7 +49,7 @@ deadpool = { version = "0.7.0", optional = true }
49
futures = { version = "0.3.8", optional = true }
50
51
# h1_client_rustls
52
-async-tls = { version = "0.10.0", optional = true }
+async-tls = { version = "0.11", optional = true }
53
rustls_crate = { version = "0.19", optional = true, package = "rustls" }
54
55
# hyper_client
0 commit comments