From 1cd3c73d77f9f42870685f79a4df5d2ac3f86bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:55:13 +0000 Subject: [PATCH] Bump openssl from 0.10.72 to 0.10.78 Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.72 to 0.10.78. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.72...openssl-v0.10.78) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.78 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 584ffb55..2ec9db96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1770,9 +1770,9 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "openssl" -version = "0.10.72" +version = "0.10.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" +checksum = "f38c4372413cdaaf3cc79dd92d29d7d9f5ab09b51b10dded508fb90bb70b9222" dependencies = [ "bitflags 2.9.0", "cfg-if", @@ -1811,9 +1811,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.107" +version = "0.9.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07" +checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 40eb34fe..9bd27b32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ sha2 = "=0.10.9" # Used for calculating checksums during integrity checks redb = "=2.4.0" # Used for on-disk caching of remote assets tempfile = { version = "=3.19.1", optional = true } # Used for on-disk caching of remote assets url = "=2.5.4" # Used for parsing URLs -openssl = "=0.10.72" # Used for static linking of the OpenSSL library +openssl = "=0.10.78" # Used for static linking of the OpenSSL library # Used for unwrapping NOSCRIPT [dependencies.regex]