diff --git a/frost-ed25519/Cargo.toml b/frost-ed25519/Cargo.toml index 3f4b837..1be619f 100644 --- a/frost-ed25519/Cargo.toml +++ b/frost-ed25519/Cargo.toml @@ -23,7 +23,7 @@ features = ["serde"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] -curve25519-dalek = { version = "=4.0.0", features = ["rand_core"] } +curve25519-dalek = { version = "=4.1.0", features = ["rand_core"] } document-features = "0.2.7" frost-core = { path = "../frost-core", version = "0.6.0" } rand_core = "0.6" diff --git a/frost-ristretto255/Cargo.toml b/frost-ristretto255/Cargo.toml index 8033566..64f14e8 100644 --- a/frost-ristretto255/Cargo.toml +++ b/frost-ristretto255/Cargo.toml @@ -19,7 +19,7 @@ features = ["serde"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] -curve25519-dalek = { version = "=4.0.0", features = ["serde", "rand_core"] } +curve25519-dalek = { version = "=4.1.0", features = ["serde", "rand_core"] } document-features = "0.2.7" frost-core = { path = "../frost-core", version = "0.6.0" } rand_core = "0.6"