From ea2f328a8b9e4b40b39f23ec26f87ac32b04b1d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:51:07 +0000 Subject: [PATCH] chore(deps): update sha2 requirement in /rustchain-miner 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] --- rustchain-miner/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustchain-miner/Cargo.toml b/rustchain-miner/Cargo.toml index cf678d36..b378c716 100644 --- a/rustchain-miner/Cargo.toml +++ b/rustchain-miner/Cargo.toml @@ -38,7 +38,7 @@ rand = "0.8" uuid = { version = "1.6", features = ["v4"] } # Hashing -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" # Cryptographic signing