From 3930996e6e0fd81c69e2a11aa49a559eaf1125f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 02:10:28 +0000 Subject: [PATCH] build(deps): bump sha2 from 0.10.9 to 0.11.0 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- wallguard-cli/Cargo.toml | 2 +- wallguard-server/Cargo.toml | 2 +- wallguard/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4791e01c..de76d8fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6692,7 +6692,7 @@ dependencies = [ "rustls", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "smbios-lib", "sysinfo", "tokio", @@ -6721,7 +6721,7 @@ dependencies = [ "semver", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "sysinfo", "tar", "tokio", @@ -6772,7 +6772,7 @@ dependencies = [ "rustls", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "tokio", "tokio-rustls", "tonic", diff --git a/wallguard-cli/Cargo.toml b/wallguard-cli/Cargo.toml index 920200b5..0c7cd76a 100644 --- a/wallguard-cli/Cargo.toml +++ b/wallguard-cli/Cargo.toml @@ -14,7 +14,7 @@ wallguard-common = { path = "../wallguard-common" } sysinfo = "0.37.2" reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] } semver = "1.0" -sha2 = "0.10.9" +sha2 = "0.11.0" serde.workspace = true serde_json.workspace = true diff --git a/wallguard-server/Cargo.toml b/wallguard-server/Cargo.toml index efb95cd9..b83be50d 100644 --- a/wallguard-server/Cargo.toml +++ b/wallguard-server/Cargo.toml @@ -22,7 +22,7 @@ nullnet-libipinfo = "0.2.1" log = "0.4.29" env_logger = "0.11.8" rand = "0.9.3" -sha2 = "0.10.9" +sha2 = "0.11.0" actix-web = "4.12.1" actix-cors = "0.7.1" actix-ws = "0.3.0" diff --git a/wallguard/Cargo.toml b/wallguard/Cargo.toml index 02fc788f..5fc4be56 100644 --- a/wallguard/Cargo.toml +++ b/wallguard/Cargo.toml @@ -10,7 +10,7 @@ base64 = "0.22.1" dirs = "6.0.0" flexi_logger = "0.29" log = "0.4.29" -sha2 = "0.10.9" +sha2 = "0.11.0" portable-pty = "0.9.0" smbios-lib = "0.9.2" libc = "0.2.180"