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 726748d commit 6938144Copy full SHA for 6938144
Cargo.toml
@@ -72,7 +72,7 @@ once_cell = { version = "1.4.1", optional = true }
72
cfg-if = "1.0.0"
73
getrandom = "0.2.0"
74
encoding_rs = { version = "0.8.20", optional = true }
75
-rustls_crate = { version = "0.18", optional = true, package = "rustls" }
+rustls_crate = { version = "0.19", optional = true, package = "rustls" }
76
async-native-tls = { version = "0.3.3", optional = true }
77
78
web-sys = { optional = true, version = "0.3.25", features = ["TextDecoder"] }
0 commit comments