From 7b90a62b5cc9daa3b2b7048441ba381928e46ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 00:33:54 +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 dc381ca4..7373f7f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ serde_json_canonicalizer = "0.3" thiserror = "2" time = { version = "0.3", features = ["formatting", "parsing"] } hmac = "0.12" -sha2 = "0.10" +sha2 = "0.11" # Optional dependencies hex = { version = "0.4", optional = true }