From eb35b8e6b199a3229ad31ce66dd1da07dd889d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 18:53:04 +0000 Subject: [PATCH] build(deps): bump openssl from 0.10.75 to 0.10.79 Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.75 to 0.10.79. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.75...openssl-v0.10.79) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.79 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 ++++----------- wsl_hello_pam/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ef0a8d..c45e487 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,23 +57,16 @@ version = "0.2.182" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" -[[package]] -name = "once_cell" -version = "1.21.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" - [[package]] name = "openssl" -version = "0.10.75" +version = "0.10.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" +checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542" dependencies = [ "bitflags", "cfg-if", "foreign-types", "libc", - "once_cell", "openssl-macros", "openssl-sys", ] @@ -100,9 +93,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.111" +version = "0.9.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" +checksum = "158fe5b292746440aa6e7a7e690e55aeb72d41505e2804c23c6973ad0e9c9781" dependencies = [ "cc", "libc", diff --git a/wsl_hello_pam/Cargo.toml b/wsl_hello_pam/Cargo.toml index b803ed2..d28ce12 100644 --- a/wsl_hello_pam/Cargo.toml +++ b/wsl_hello_pam/Cargo.toml @@ -9,6 +9,6 @@ crate-type = ["dylib"] [dependencies] libc = "0.2.0" -openssl = { version = "0.10.48", features = ["vendored"] } +openssl = { version = "0.10.79", features = ["vendored"] } toml = "0.4" uuid = { version = "0.5", features = ["v4"] }