From 0c41dd71867091f15055456fd28f9177e4aa7cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 19:02:45 +0000 Subject: [PATCH] chore(deps): bump openssl-src from 300.4.2+3.4.1 to 300.5.4+3.5.4 Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 300.4.2+3.4.1 to 300.5.4+3.5.4. - [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases) - [Commits](https://github.com/alexcrichton/openssl-src-rs/commits) --- updated-dependencies: - dependency-name: openssl-src dependency-version: 300.5.4+3.5.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1975109..38133f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1059,9 +1059,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-src" -version = "300.4.2+3.4.1" +version = "300.5.4+3.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2" +checksum = "a507b3792995dae9b0df8a1c1e3771e8418b7c2d9f0baeba32e6fe8b06c7cb72" dependencies = [ "cc", ] diff --git a/Cargo.toml b/Cargo.toml index ffc0b86..646778e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ native-tls = { version = "0.2.14", optional = true } nix = { version = "0.30.1", optional = true, features = ["zerocopy"] } openssl = { version = "0.10.71", optional = true } openssl-sys = { version = "0.9.109", optional = true, features = ["vendored"] } -openssl-src = { version = "=300.4.2+3.4.1", optional = true } # https://github.com/infinyon/fluvio/issues/4502 +openssl-src = { version = "=300.5.4+3.4.1", optional = true } # https://github.com/infinyon/fluvio/issues/4502 rustls-pemfile = { version = "2.2", optional = true } socket2 = { version = "0.5.10", default-features = false, features = ["all"], optional = true }