From 7ff5de1f7e97fcd4b5025ca5eeff2b0a58186858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:42:17 +0000 Subject: [PATCH] Update sha2 requirement from 0.10 to 0.11 in /indy-credx 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] --- indy-credx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indy-credx/Cargo.toml b/indy-credx/Cargo.toml index 0a04e6a..667b313 100644 --- a/indy-credx/Cargo.toml +++ b/indy-credx/Cargo.toml @@ -34,5 +34,5 @@ rand = "0.8" regex = "1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -sha2 = "0.10" +sha2 = "0.11" zeroize = { version = "1", optional = true }