diff --git a/Cargo.lock b/Cargo.lock index 19bbc8d7..8b3ef55e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2508,9 +2508,9 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "openssl" -version = "0.10.68" +version = "0.10.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e" dependencies = [ "bitflags 2.6.0", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 2f682ab9..e053d8be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ warp = "0.3.7" # Platform-specific dependency for Unix with OpenSSL [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies] -openssl = { version = "0.10.68", features = ["vendored"] } +openssl = { version = "0.10.69", features = ["vendored"] } # ----------------------------------------------------------------------------- # Criterion Benchmark