From 668e32cca2260370aa43e2b35340306ef3df756a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:47:06 +0100 Subject: [PATCH] chore: Bump openssl from 0.10.68 to 0.10.69 (#1558) Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.68 to 0.10.69. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.69) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb3933c4a..fa0b0ffbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2546,9 +2546,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "openssl" -version = "0.10.68" +version = "0.10.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e" dependencies = [ "bitflags 2.6.0", "cfg-if", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 2e58fb01a..39ba7ec8b 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -17,7 +17,7 @@ http = "1.2.0" lapin = { version = "2.3.1" } tokio-executor-trait = { version = "2.1.1" } tokio-reactor-trait = { version = "1.1.0" } -openssl = { version = "0.10.64", features = ["vendored"] } +openssl = { version = "0.10.69", features = ["vendored"] } reqwest = { version = "0.12.5", default-features = false, features = [ "json", "rustls-tls",