unpin curve25519-dalek

This commit is contained in:
Conrado Gouvea 2024-02-07 19:41:11 -03:00
parent f92bbc4db7
commit 5035ad2002
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ features = ["serde"]
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
curve25519-dalek = { version = "=4.1.1", features = ["rand_core"] }
curve25519-dalek = { version = "4.1.2", features = ["rand_core"] }
document-features = "0.2.7"
frost-core = { path = "../frost-core", version = "1.0.0-rc.0" }
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0" }

View File

@ -19,7 +19,7 @@ features = ["serde"]
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
curve25519-dalek = { version = "=4.1.1", features = ["serde", "rand_core"] }
curve25519-dalek = { version = "4.1.2", features = ["serde", "rand_core"] }
document-features = "0.2.7"
frost-core = { path = "../frost-core", version = "1.0.0-rc.0" }
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0" }