Skip to content

Commit

Permalink
Update curve25519-dalek requirement from =4.0.0-rc.3 to =4.0.0 (#450)
Browse files Browse the repository at this point in the history
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)
- [Commits](dalek-cryptography/curve25519-dalek@4.0.0-rc.3...curve25519-4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent 9b5d88d commit ae12187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frost-ed25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description = "A Schnorr signature scheme over Ed25519 that supports FROST."
features = ["nightly"]

[dependencies]
curve25519-dalek = { version = "=4.0.0-rc.3", features = ["serde", "rand_core"] }
curve25519-dalek = { version = "=4.0.0", features = ["serde", "rand_core"] }
frost-core = { path = "../frost-core", version = "0.6.0", features = ["test-impl"] }
rand_core = "0.6"
sha2 = "0.10.2"
Expand Down
2 changes: 1 addition & 1 deletion frost-ristretto255/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description = "A Schnorr signature scheme over the prime-order Ristretto group t
features = ["nightly"]

[dependencies]
curve25519-dalek = { version = "=4.0.0-rc.3", features = ["serde", "rand_core"] }
curve25519-dalek = { version = "=4.0.0", features = ["serde", "rand_core"] }
frost-core = { path = "../frost-core", version = "0.6.0", features = ["test-impl"] }
rand_core = "0.6"
sha2 = "0.10.2"
Expand Down

0 comments on commit ae12187

Please sign in to comment.