Update curve25519-dalek requirement from =4.0.0-rc.1 to =4.0.0-rc.2 (#292)

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](https://github.com/dalek-cryptography/curve25519-dalek/compare/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>
This commit is contained in:
dependabot[bot] 2023-04-14 01:04:24 +00:00 committed by GitHub
parent cf7ebcb34e
commit 034024047a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ serde_json = { version = "1.0", optional = true }
criterion = { version = "0.4", optional = true }
[dev-dependencies]
curve25519-dalek = { version = "=4.0.0-rc.1", features = ["serde"] }
curve25519-dalek = { version = "=4.0.0-rc.2", features = ["serde"] }
lazy_static = "1.4"
proptest = "1.0"
rand = "0.8"

View File

@ -22,7 +22,7 @@ description = "A Schnorr signature scheme over Ed25519 that supports FROST."
features = ["nightly"]
[dependencies]
curve25519-dalek = { version = "=4.0.0-rc.1", features = ["serde", "rand_core"] }
curve25519-dalek = { version = "=4.0.0-rc.2", features = ["serde", "rand_core"] }
frost-core = { path = "../frost-core", version = "0.1.0", features = ["test-impl"] }
rand_core = "0.6"
sha2 = "0.10.2"

View File

@ -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.1", features = ["serde", "rand_core"] }
curve25519-dalek = { version = "=4.0.0-rc.2", features = ["serde", "rand_core"] }
frost-core = { path = "../frost-core", version = "0.1.0", features = ["test-impl"] }
rand_core = "0.6"
sha2 = "0.10.2"