Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Update ed25519-dalek requirement from 1.0.0-pre.1 to 2.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ed25519-dalek](https://github.com/dalek-cryptography/ed25519-dalek) to permit the latest version.
- [Changelog](https://github.com/dalek-cryptography/ed25519-dalek/blob/main/CHANGELOG.md)
- [Commits](dalek-cryptography/ed25519-dalek@1.0.0-pre.1...1.0.1)

---
updated-dependencies:
- dependency-name: ed25519-dalek
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 34438fe commit 881f970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ byteorder = "1.3"
clear_on_drop = "0.2"
digest = "0.9"
doc-comment = "0.3"
ed25519-dalek = { version = "1.0.0-pre.1" }
ed25519-dalek = { version = "2.0.0" }
rand = "0.7"
# I'm using my own fork of ring because I'm waiting on this PR to go through:
# https://github.com/briansmith/ring/pull/788
Expand Down

0 comments on commit 881f970

Please sign in to comment.