From b9f93bf43dd34cbf730439a1af2c29c71713666c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:34:54 +0000 Subject: [PATCH] chore(deps): update ripemd requirement from 0.1 to 0.2 in /bip0032 Updates the requirements on [ripemd](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/ripemd-v0.1.0...ripemd-v0.1.3) --- updated-dependencies: - dependency-name: ripemd dependency-version: 0.1.3 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..f9ff69f 100644 --- a/bip0032/Cargo.toml +++ b/bip0032/Cargo.toml @@ -57,7 +57,7 @@ ed25519-dalek = ["slip10", "dep:ed25519-dalek"] 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 } +ripemd = { version = "0.2", default-features = false } sha2 = { version = "0.10", default-features = false } zeroize = { version = "1.8", default-features = false }