Skip to content

Commit 1d20718

Browse files
deps: bump ed25519-dalek from 2.2.0 to 3.0.0
Bumps [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/3.0.0/CHANGELOG.md) - [Commits](dalek-cryptography/curve25519-dalek@ed25519-2.2.0...3.0.0) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47b0636 commit 1d20718

2 files changed

Lines changed: 41 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 40 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["cryptography"]
1414
[dependencies]
1515
asn1_der = { version = "0.7.6", optional = true }
1616
bs58 = { version = "0.5.1", optional = true }
17-
ed25519-dalek = { version = "2.2", optional = true }
17+
ed25519-dalek = { version = "3.0", optional = true }
1818
hkdf = { version = "0.12.4", optional = true }
1919
k256 = { version = "0.13.4", optional = true, features = ["ecdsa", "arithmetic"] }
2020
tracing = { workspace = true }

0 commit comments

Comments
 (0)