diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index 0e8987bf9053..789d2629f702 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -186,9 +186,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" -version = "0.10.62" +version = "0.10.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cde4d2d9200ad5909f8dac647e29482e07c3a35de8a13fce7c9c7747ad9f671" +checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8" dependencies = [ "bitflags 2.4.1", "cfg-if", diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index c111cb91cf76..2322486d0406 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -18,7 +18,7 @@ cryptography-x509 = { path = "cryptography-x509" } cryptography-x509-verification = { path = "cryptography-x509-verification" } cryptography-openssl = { path = "cryptography-openssl" } pem = { version = "3", default-features = false } -openssl = "0.10.62" +openssl = "0.10.63" openssl-sys = "0.9.99" foreign-types-shared = "0.1" self_cell = "1" diff --git a/src/rust/cryptography-key-parsing/Cargo.toml b/src/rust/cryptography-key-parsing/Cargo.toml index a6fed36e22b2..dfa6b1d72182 100644 --- a/src/rust/cryptography-key-parsing/Cargo.toml +++ b/src/rust/cryptography-key-parsing/Cargo.toml @@ -9,4 +9,4 @@ rust-version = "1.63.0" [dependencies] asn1 = { version = "0.15.5", default-features = false } -openssl = "0.10.62" +openssl = "0.10.63" diff --git a/src/rust/cryptography-openssl/Cargo.toml b/src/rust/cryptography-openssl/Cargo.toml index 993a9201d9be..9de75a80c88f 100644 --- a/src/rust/cryptography-openssl/Cargo.toml +++ b/src/rust/cryptography-openssl/Cargo.toml @@ -8,7 +8,7 @@ publish = false rust-version = "1.63.0" [dependencies] -openssl = "0.10.62" +openssl = "0.10.63" ffi = { package = "openssl-sys", version = "0.9.91" } foreign-types = "0.3" foreign-types-shared = "0.1"