Skip to content

Commit

Permalink
Bump the cargo group across 2 directories with 1 update
Browse files Browse the repository at this point in the history
Updates the requirements on [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) to permit the latest version.

Updates `ed25519-dalek` to 2.1.1
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/2.1.1/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@1.0.1...2.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent cda2f86 commit 2891ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sha2 = "0.10.6"
sha3 = "0.10.6"
rand = "0.8.5"
rand_seeder = "0.2.2"
ed25519-dalek = "1.0.1"
ed25519-dalek = "2.1.1"
itertools = "0.12.0"
hex-literal = "=0.4.1"
bitflags = "=2.4.2"
Expand Down

0 comments on commit 2891ff6

Please sign in to comment.