Update curve25519-dalek requirement from =4.0.0-rc.2 to =4.0.0-rc.3 (#416)

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.2...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-06-30 18:05:20 -03:00 committed by GitHub
parent e043e84264
commit 31c6f9eb79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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