From cb6b1fd91073fa5f4fdb34e273d48215268c07b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:40:17 +0000 Subject: [PATCH] Bump openssl from 0.10.70 to 0.10.78 Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.70 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.70...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 f06f805..04bffd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1359,9 +1359,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" -version = "0.10.70" +version = "0.10.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6" +checksum = "f38c4372413cdaaf3cc79dd92d29d7d9f5ab09b51b10dded508fb90bb70b9222" dependencies = [ "bitflags 2.4.2", "cfg-if", @@ -1400,9 +1400,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.105" +version = "0.9.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" +checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index bee5ace..1a9c05d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ crossterm = "0.27.0" home = "0.5.5" inquire = "0.7.0" regex = "1.10.2" -openssl = {version="0.10.70", features = ["vendored"]} +openssl = {version="0.10.78", features = ["vendored"]} reqwest = {version="0.11.22", features = ["json"]} serde = {version="1.0.192", features = ["derive"]} serde_json = "1.0.108"