From b685d8b72b317d2fd85ae686d25984b7f8ec7b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:48:06 +0000 Subject: [PATCH] chore(deps): Bump openssl from 0.10.66 to 0.10.70 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.66 to 0.10.70. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.70) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- src/utils/pgwire/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f18a4607ad36..36b97feb483a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8221,9 +8221,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6" dependencies = [ "bitflags 2.8.0", "cfg-if", @@ -8262,9 +8262,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" dependencies = [ "cc", "libc", diff --git a/src/utils/pgwire/Cargo.toml b/src/utils/pgwire/Cargo.toml index 76074e78fa442..d84b03d28624b 100644 --- a/src/utils/pgwire/Cargo.toml +++ b/src/utils/pgwire/Cargo.toml @@ -16,7 +16,7 @@ bytes = "1" futures = { version = "0.3", default-features = false, features = ["alloc"] } itertools = { workspace = true } jsonwebtoken = "9" -openssl = "0.10.66" +openssl = "0.10.70" panic-message = "0.3" parking_lot = { workspace = true } peekable = { version = "0.2", features = ["tokio"] }