diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 6a01e970d..3cbc1355c 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6176,9 +6176,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.29" +version = "0.23.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1" +checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" dependencies = [ "log", "once_cell", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c32105f05..10296c4d1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -139,7 +139,7 @@ resolv-conf = "0.7.3" ringbuffer = "0.15.0" roxmltree = "0.20" rtnetlink = { version = "0.17.0", default-features = false, features = ["tokio_socket"] } -rustls = { version = "0.23.29", default-features = false, features = ["ring"] } +rustls = { version = "0.23.31", default-features = false, features = ["ring"] } sadness-generator = "0.6.0" sd-notify = "0.4.5" # This is a pure Rust re-implementation, so it isn't vulnerable to CVE-2024-3094 secrecy = "0.8"