diff --git a/Cargo.lock b/Cargo.lock index 7b5f91c6a..ae1d682ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4072,9 +4072,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.21" +version = "0.23.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8" +checksum = "9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index 3c768fb7e..bf7f5805a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ pprof = { version = "0.14", features = ["flamegraph", "criterion"] } pretty_assertions = "1" regex = "1" rstest = "0.24" -rustls = "0.23.21" +rustls = "0.23.22" # ring feature does not require NASM windows executable, but works slower #rustls = { version = "0.23", default-features = false, features = ["logging", "std", "tls12", "ring"] } rustls-native-certs = "0.8"