From 3ec9cc8f9859b68f4bfa23e4eefc52aa3dafc724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 21:23:57 +0000 Subject: [PATCH 1/2] chore(deps): update ed25519-dalek requirement in /bip0032 Updates the requirements on [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) to permit the latest version. - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/commits/ed25519-2.2.0) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-version: 2.2.0 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 2909bc1..34aef36 100644 --- a/bip0032/Cargo.toml +++ b/bip0032/Cargo.toml @@ -76,7 +76,7 @@ p256 = { version = "0.13", default-features = false, features = ["alloc"], optio # ed25519 libraries (SLIP-0010 extension) ############################################################################### # https://github.com/dalek-cryptography/curve25519-dalek/tree/main/ed25519-dalek -ed25519-dalek = { version = "2.2.0", default-features = false, features = ["alloc"], optional = true } +ed25519-dalek = { version = "3.0.0", default-features = false, features = ["alloc"], optional = true } [dev-dependencies] const-hex = "1.12.0" From 0d8507827400b1d354c419ba6433e18c093c4279 Mon Sep 17 00:00:00 2001 From: koushiro Date: Fri, 10 Jul 2026 13:38:14 +0800 Subject: [PATCH 2/2] fix --- bip0032/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/bip0032/Cargo.toml b/bip0032/Cargo.toml index 34aef36..4036ae7 100644 --- a/bip0032/Cargo.toml +++ b/bip0032/Cargo.toml @@ -38,7 +38,6 @@ std = [ "k256?/std", "secp256k1?/std", "p256?/std", - "ed25519-dalek?/std", ] # BIP-0032 (secp256k1)