We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c0a93 commit 49a8cb7Copy full SHA for 49a8cb7
1 file changed
librustls/Cargo.toml
@@ -30,7 +30,7 @@ prefer-post-quantum = ["aws-lc-rs", "rustls/prefer-post-quantum"]
30
31
[dependencies]
32
# Keep in sync with RUSTLS_CRATE_VERSION in build.rs
33
-rustls = { version = "0.23.31", default-features = false, features = ["std", "tls12"] }
+rustls = { version = "=0.23.31", default-features = false, features = ["std", "tls12"] }
34
webpki = { workspace = true }
35
libc = { workspace = true }
36
log = { workspace = true }
0 commit comments