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

Commit

Permalink
Update x25519-dalek requirement from 1.1 to 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [x25519-dalek](https://github.com/dalek-cryptography/x25519-dalek) to permit the latest version.
- [Changelog](https://github.com/dalek-cryptography/x25519-dalek/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dalek-cryptography/x25519-dalek/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 34438fe commit e66903b
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 @@ -20,7 +20,7 @@ rand = "0.7"
ring = { git = "https://github.com/rozbb/ring.git", branch = "master" }
serde = { version = "1.0", features = ["derive"] }
subtle = "2.1"
x25519-dalek = "1.1"
x25519-dalek = "2.0"

[dev-dependencies]
crossbeam = "0.8"
Expand Down

0 comments on commit e66903b

Please sign in to comment.