Skip to content

Commit 522c5b2

Browse files
chore(deps): update ed25519-dalek requirement from 2.2.0 to 3.0.0 in /bip0032 (#153)
* 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] <support@github.com> * fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: koushiro <koushiro.cqx@gmail.com>
1 parent c4118f0 commit 522c5b2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bip0032/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ std = [
3838
"k256?/std",
3939
"secp256k1?/std",
4040
"p256?/std",
41-
"ed25519-dalek?/std",
4241
]
4342

4443
# BIP-0032 (secp256k1)
@@ -76,7 +75,7 @@ p256 = { version = "0.13", default-features = false, features = ["alloc"], optio
7675
# ed25519 libraries (SLIP-0010 extension)
7776
###############################################################################
7877
# https://github.com/dalek-cryptography/curve25519-dalek/tree/main/ed25519-dalek
79-
ed25519-dalek = { version = "2.2.0", default-features = false, features = ["alloc"], optional = true }
78+
ed25519-dalek = { version = "3.0.0", default-features = false, features = ["alloc"], optional = true }
8079

8180
[dev-dependencies]
8281
const-hex = "1.12.0"

0 commit comments

Comments
 (0)