Skip to content

Commit af288ca

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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4591649 commit af288ca

2 files changed

Lines changed: 24 additions & 139 deletions

File tree

Cargo.lock

Lines changed: 23 additions & 138 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
@@ -32,7 +32,7 @@ hex = "0.4"
3232
getrandom = "0.4"
3333
walkdir = "2.5"
3434
dirs = "6.0"
35-
ed25519-dalek = { version = "2.1", optional = true }
35+
ed25519-dalek = { version = "3.0", optional = true }
3636
ureq = { version = "3.3", optional = true }
3737

3838
[features]

0 commit comments

Comments
 (0)