From dd11f9be45b8a71db109a6a5935653c68631900a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 03:58:30 +0000 Subject: [PATCH] build(deps): bump openssl from 0.10.64 to 0.10.66 (#17774) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xiangjin --- 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 08d7538953938..8c62842ee30b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8525,9 +8525,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.64" +version = "0.10.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" dependencies = [ "bitflags 2.5.0", "cfg-if", @@ -8557,9 +8557,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.101" +version = "0.9.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" dependencies = [ "cc", "libc", diff --git a/src/utils/pgwire/Cargo.toml b/src/utils/pgwire/Cargo.toml index 1744fab18d250..0d29afea01855 100644 --- a/src/utils/pgwire/Cargo.toml +++ b/src/utils/pgwire/Cargo.toml @@ -22,7 +22,7 @@ bytes = "1" futures = { version = "0.3", default-features = false, features = ["alloc"] } itertools = { workspace = true } jsonwebtoken = "9" -openssl = "0.10.60" +openssl = "0.10.66" panic-message = "0.3" parking_lot = { workspace = true } reqwest = "0.12.2"