Skip to content

Commit 96536e3

Browse files
chore(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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f46bbf0 commit 96536e3

2 files changed

Lines changed: 119 additions & 19 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ciborium = "0.2"
4949
serde_json = "1"
5050

5151
# Cryptography
52-
ed25519-dalek = { version = "2.1", default-features = false, features = ["alloc", "serde"] }
52+
ed25519-dalek = { version = "3.0", default-features = false, features = ["alloc", "serde"] }
5353
blake3 = "1"
5454
bs58 = "0.5"
5555
# RSA blind signatures for feedback tokens (RFC 9474)

0 commit comments

Comments
 (0)