From 2154b603d7a2e37f885c3b9a57938a04ad1cd458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:38:39 +0000 Subject: [PATCH] chore(deps): update sha2 requirement from 0.10 to 0.11 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77a2b07..dfcf088 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ parking_lot = "0.12" rand = "0.9" hex = "0.4" base64 = "0.22" -sha2 = "0.10" +sha2 = "0.11" governor = "0.10" arc-swap = "1" uuid = { version = "1", features = ["v4", "serde"] }