diff --git a/Cargo.lock b/Cargo.lock index 2ed12d73850..ef386e5c5ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3719,9 +3719,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.58" +version = "0.10.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9dfc0783362704e97ef3bd24261995a699468440099ef95d869b4d9732f829a" +checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" dependencies = [ "bitflags 2.4.1", "cfg-if", @@ -3760,9 +3760,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.94" +version = "0.9.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f55da20b29f956fb01f0add8683eb26ee13ebe3ebd935e49898717c6b4b2830" +checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" dependencies = [ "cc", "libc", diff --git a/base_layer/chat_ffi/Cargo.toml b/base_layer/chat_ffi/Cargo.toml index 340a2c7d968..23501bef2fa 100644 --- a/base_layer/chat_ffi/Cargo.toml +++ b/base_layer/chat_ffi/Cargo.toml @@ -24,7 +24,7 @@ thiserror = "1.0.26" tokio = "1.23" [target.'cfg(target_os="android")'.dependencies] -openssl = { version = "0.10.55", features = ["vendored"] } +openssl = { version = "0.10.60", features = ["vendored"] } [lib] crate-type = ["staticlib","cdylib"] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index 832193aae83..0b3efeac0d5 100644 --- a/base_layer/wallet_ffi/Cargo.toml +++ b/base_layer/wallet_ffi/Cargo.toml @@ -36,7 +36,7 @@ zeroize = "1" serde_json = "1.0" [target.'cfg(target_os="android")'.dependencies] -openssl = { version = "0.10.55", features = ["vendored"] } +openssl = { version = "0.10.60", features = ["vendored"] } [lib] crate-type = ["staticlib","cdylib"] diff --git a/infrastructure/libtor/Cargo.toml b/infrastructure/libtor/Cargo.toml index af471b5f261..e0de3859518 100644 --- a/infrastructure/libtor/Cargo.toml +++ b/infrastructure/libtor/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.8" rand = "0.8" tempfile = "3.1.0" tor-hash-passwd = "1.0.1" -openssl = { version = "0.10.55", features = ["vendored"] } +openssl = { version = "0.10.60", features = ["vendored"] } [target.'cfg(unix)'.dependencies] libtor = { version="46.9.0"}