From 8d81e8ae413c6b6ceb8b29950e0d7bfed5ef1783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 19:46:59 +0000 Subject: [PATCH] Bump openssl in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [openssl](https://github.com/rust-openssl/rust-openssl). Updates `openssl` from 0.10.74 to 0.10.79 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.74...openssl-v0.10.79) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.79 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81ff93d..3d3a07d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1050,15 +1050,14 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" -version = "0.10.74" +version = "0.10.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654" +checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542" dependencies = [ "bitflags", "cfg-if", "foreign-types", "libc", - "once_cell", "openssl-macros", "openssl-sys", ] @@ -1091,9 +1090,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.110" +version = "0.9.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2" +checksum = "158fe5b292746440aa6e7a7e690e55aeb72d41505e2804c23c6973ad0e9c9781" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 833b87e..89e23de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ aide = { version = "0.13.2", features = ["axum", "scalar"] } axum = "0.7.9" axum-jsonschema = { version = "0.8.0", features = ["aide"] } dotenvy = "0.15.7" -openssl = { version = "0.10.74", features = ["vendored"] } +openssl = { version = "0.10.79", features = ["vendored"] } redis = { version = "0.32.6", default-features = false, features = ["connection-manager", "tokio-native-tls-comp"] } schemars = { version = "0.8.16", features = ["uuid1"] } serde = { version = "1.0.219", features = ["derive"] }