diff --git a/Cargo.lock b/Cargo.lock index 6e30921097bc..f3bbcf8b895a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,9 +185,9 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "openssl" -version = "0.10.79" +version = "0.10.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542" +checksum = "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967" dependencies = [ "bitflags", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 91c23d897ea3..f586a9b76990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ cc = "1.2.62" cfg-if = "1" foreign-types = "0.3" foreign-types-shared = "0.1" -openssl = "0.10.79" +openssl = "0.10.80" openssl-sys = "0.9.116" pem = { version = "3", default-features = false } pyo3 = { version = "0.28", features = ["abi3"] }