From 9ec5bda493e516c2c331f31dd41040ef3c354e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:43:23 +0000 Subject: [PATCH] deps(rust): update sha2 requirement from 0.10 to 0.11 in /fortify Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.10.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fortify/crates/fortify-core/Cargo.toml | 2 +- fortify/crates/fortify-gate/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fortify/crates/fortify-core/Cargo.toml b/fortify/crates/fortify-core/Cargo.toml index 0149b37..8b4a2b7 100644 --- a/fortify/crates/fortify-core/Cargo.toml +++ b/fortify/crates/fortify-core/Cargo.toml @@ -15,6 +15,6 @@ tracing-subscriber = { workspace = true } chrono = { workspace = true } sysinfo = { workspace = true } rand = { workspace = true } -sha2 = "0.10" +sha2 = "0.11" hmac = "0.12" base64 = "0.22" diff --git a/fortify/crates/fortify-gate/Cargo.toml b/fortify/crates/fortify-gate/Cargo.toml index 6a25e26..90f60bd 100644 --- a/fortify/crates/fortify-gate/Cargo.toml +++ b/fortify/crates/fortify-gate/Cargo.toml @@ -15,7 +15,7 @@ hyper = { version = "1.8", features = ["server", "http1"] } hyper-util = { version = "0.1", features = ["tokio", "server-auto"] } http-body-util = "0.1" bytes = "1.5" -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" rand = { workspace = true } serde = { workspace = true }