From 823050bbc1d3462766811face4345b3831e3c459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:34:50 +0000 Subject: [PATCH] chore(deps): update sha2 requirement from 0.10 to 0.11 in /bip0032 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.10.9) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bip0032/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip0032/Cargo.toml b/bip0032/Cargo.toml index 8552065..963246b 100644 --- a/bip0032/Cargo.toml +++ b/bip0032/Cargo.toml @@ -58,7 +58,7 @@ anyhow = { version = "1.0", default-features = false } bs58 = { version = "0.5", default-features = false, features = ["alloc", "check"] } hmac = { version = "0.12", default-features = false } ripemd = { version = "0.1", default-features = false } -sha2 = { version = "0.10", default-features = false } +sha2 = { version = "0.11", default-features = false } zeroize = { version = "1.8", default-features = false } ###############################################################################