Skip to content

Commit

Permalink
Update curve25519-dalek requirement from =4.0.0-rc.1 to =4.0.0-rc.2 (#…
Browse files Browse the repository at this point in the history
…108)

Updates the requirements on [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) to permit the latest version.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/main/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@4.0.0-rc.1...4.0.0-rc.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 2, 2023
1 parent 829c6ad commit 4bd2cf4
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 @@ -21,7 +21,7 @@ serde = ["generic-array/serde", "dep:serde"]
std = ["alloc"]

[dependencies]
curve25519-dalek = { version = "=4.0.0-rc.1", default-features = false, features = [
curve25519-dalek = { version = "=4.0.0-rc.2", default-features = false, features = [
"rand_core",
"zeroize",
], optional = true }
Expand Down

0 comments on commit 4bd2cf4

Please sign in to comment.