From ce39edd8196825eac7a795cca9952d77cb311b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 17:49:45 +0000 Subject: [PATCH] Bump openssl from 0.10.78 to 0.10.80 Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.78 to 0.10.80. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.78...openssl-v0.10.80) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.80 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- cli/Cargo.toml | 2 +- context/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a121009..558847d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3570,15 +3570,14 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.78" +version = "0.10.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f38c4372413cdaaf3cc79dd92d29d7d9f5ab09b51b10dded508fb90bb70b9222" +checksum = "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967" dependencies = [ "bitflags 2.10.0", "cfg-if", "foreign-types", "libc", - "once_cell", "openssl-macros", "openssl-sys", ] @@ -3611,9 +3610,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.114" +version = "0.9.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6" +checksum = "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4" dependencies = [ "cc", "libc", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9723a264..7a157c1c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -46,7 +46,7 @@ codeowners = { path = "../codeowners" } xcresult = { path = "../xcresult" } sentry = "=0.36.0" sentry-tracing = "0.36.0" -openssl = { version = "0.10.78", features = ["vendored"] } +openssl = { version = "0.10.80", features = ["vendored"] } openssl-src = { version = "=300.3.1", optional = true } quick-junit = "0.5.0" serde_json = "1.0" diff --git a/context/Cargo.toml b/context/Cargo.toml index d362412a..d070169b 100644 --- a/context/Cargo.toml +++ b/context/Cargo.toml @@ -26,7 +26,7 @@ constants = { path = "../constants" } gix = { version = "0.74.0", default-features = false, features = [ ], optional = true } js-sys = { version = "0.3.70", optional = true } -openssl = { version = "0.10.78", features = ["vendored"], optional = true } +openssl = { version = "0.10.80", features = ["vendored"], optional = true } openssl-src = { version = "=300.3.1", optional = true } lazy_static = "1.5.0" pyo3-stub-gen = { version = "0.6.1", optional = true }