From 0d7d2b53b95f7176cbcefb015b1cf7af06f9f1ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:01:35 +0000 Subject: [PATCH] chore: Bump openssl from 0.10.69 to 0.10.74 Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.69 to 0.10.74. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.69...openssl-v0.10.74) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.74 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa17eff4e..61803506b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2546,9 +2546,9 @@ checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" [[package]] name = "openssl" -version = "0.10.69" +version = "0.10.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5e534d133a060a3c19daec1eb3e98ec6f4685978834f2dbadfe2ec215bab64e" +checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654" dependencies = [ "bitflags 2.6.0", "cfg-if", @@ -2587,9 +2587,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.104" +version = "0.9.110" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2" dependencies = [ "cc", "libc", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index de3f636e7..45c93fd91 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.69", features = ["vendored"] } +openssl = { version = "0.10.74", features = ["vendored"] } reqwest = { version = "0.12.15", default-features = false, features = [ "json", "rustls-tls",