From 40379fcbcac88f4fce4129e92535d85f40e71595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 04:28:26 +0000 Subject: [PATCH] deps(deps): Bump openssl-sys from 0.9.113 to 0.9.114 Bumps [openssl-sys](https://github.com/rust-openssl/rust-openssl) from 0.9.113 to 0.9.114. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-sys-v0.9.113...openssl-sys-v0.9.114) --- updated-dependencies: - dependency-name: openssl-sys dependency-version: 0.9.114 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ca8fa877..76671703 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2016,9 +2016,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.113" +version = "0.9.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad2f2c0eba47118757e4c6d2bff2838f3e0523380021356e7875e858372ce644" +checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index cd51fd0f..96b84571 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ tracing-subscriber = { version = "0.3.23", features = ["env-filter"] } # Git operations git2 = { version = "0.20", features = ["vendored-openssl"] } # openssl-sys/openssl-src are transitive deps; minimum 0.9.93 uses OpenSSL 3.x with Apple Silicon support -openssl-sys = "0.9.113" +openssl-sys = "0.9.114" openssl-src = "300" # Graph algorithms for taint analysis