From d0f5f07696a445f94ff992888aeb1711848539c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:07:31 -0800 Subject: [PATCH] Bump openssl from 0.10.68 to 0.10.70 (#8300) Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.68 to 0.10.70. --- Cargo.lock | 8 ++++---- rust/captive_postgres/Cargo.toml | 2 +- rust/gel-stream/Cargo.toml | 2 +- rust/pgrust/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1eab733d036..b66406d2f86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1888,9 +1888,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "openssl" -version = "0.10.68" +version = "0.10.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6" dependencies = [ "bitflags", "cfg-if", @@ -1919,9 +1919,9 @@ source = "git+https://github.com/edgedb/openssl-probe/?rev=e5ed593600d1f81286295 [[package]] name = "openssl-sys" -version = "0.9.104" +version = "0.9.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" dependencies = [ "cc", "libc", diff --git a/rust/captive_postgres/Cargo.toml b/rust/captive_postgres/Cargo.toml index 7ca25c35c55..eedbc2aa61d 100644 --- a/rust/captive_postgres/Cargo.toml +++ b/rust/captive_postgres/Cargo.toml @@ -12,7 +12,7 @@ workspace = true [dependencies] gel_auth.workspace = true -openssl = "0.10.55" +openssl = "0.10.70" tempfile = "3" socket2 = { version = "0.5", features = ["all"] } nix = { version = "0.29", features = ["signal"] } diff --git a/rust/gel-stream/Cargo.toml b/rust/gel-stream/Cargo.toml index d18dacf3a6e..56b15d09497 100644 --- a/rust/gel-stream/Cargo.toml +++ b/rust/gel-stream/Cargo.toml @@ -37,7 +37,7 @@ rustls-platform-verifier = { version = "0.5.0", optional = true } webpki = { version = "0.22", optional = true } # feature = "openssl" -openssl = { version = "0.10.55", optional = true, default-features = false } +openssl = { version = "0.10.70", optional = true, default-features = false } tokio-openssl = { version = "0.6.5", optional = true, default-features = false } # Get these from openssl foreign-types = { version = "*", optional = true, default-features = false } diff --git a/rust/pgrust/Cargo.toml b/rust/pgrust/Cargo.toml index e65b8413e27..3ee85a69c3c 100644 --- a/rust/pgrust/Cargo.toml +++ b/rust/pgrust/Cargo.toml @@ -22,7 +22,7 @@ gel-stream = { workspace = true, features = ["client"] } futures = "0" thiserror = "1" -openssl = { version = "0.10.66", features = ["v111"] } +openssl = { version = "0.10.70", features = ["v111"] } tokio-openssl = "0.6.4" paste = "1" base64 = "0.22"