From 093f3bc9adecf29cec367abaad5b3f6e89d2c356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:55:01 +0000 Subject: [PATCH] Bump openssl from 0.10.58 to 0.10.59 in /src/rust Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.58 to 0.10.59. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/rust/Cargo.lock | 4 ++-- src/rust/Cargo.toml | 2 +- src/rust/cryptography-openssl/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index 650cee29e007..1ef651c08954 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -177,9 +177,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "openssl" -version = "0.10.58" +version = "0.10.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9dfc0783362704e97ef3bd24261995a699468440099ef95d869b4d9732f829a" +checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33" dependencies = [ "bitflags 2.4.0", "cfg-if", diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 2f06c400f916..7fc2e547a1e6 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -17,7 +17,7 @@ cryptography-x509 = { path = "cryptography-x509" } cryptography-x509-validation = { path = "cryptography-x509-validation" } cryptography-openssl = { path = "cryptography-openssl" } pem = { version = "3", default-features = false } -openssl = "0.10.58" +openssl = "0.10.59" openssl-sys = "0.9.95" foreign-types-shared = "0.1" self_cell = "1" diff --git a/src/rust/cryptography-openssl/Cargo.toml b/src/rust/cryptography-openssl/Cargo.toml index 65c099f01712..8266519de67a 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.58" +openssl = "0.10.59" ffi = { package = "openssl-sys", version = "0.9.91" } foreign-types = "0.3" foreign-types-shared = "0.1"