From a4a518733237dc5097579258eefcf04821099446 Mon Sep 17 00:00:00 2001 From: salman01zp Date: Tue, 5 Mar 2024 15:57:59 +0530 Subject: [PATCH] bump curve25519-dalek to 4.1.2 --- frost-ristretto255/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frost-ristretto255/Cargo.toml b/frost-ristretto255/Cargo.toml index 38c8df14..16b90359 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.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" }