From 9a8836fedd8c3dd16508b429bc00a979f7740f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:55:07 +0000 Subject: [PATCH] Update curve25519-dalek requirement from =4.1.1 to =4.1.2 (#610) --- updated-dependencies: - dependency-name: curve25519-dalek dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frost-ed25519/Cargo.toml | 2 +- frost-ristretto255/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frost-ed25519/Cargo.toml b/frost-ed25519/Cargo.toml index 86832f7..24e2cfb 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.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" } diff --git a/frost-ristretto255/Cargo.toml b/frost-ristretto255/Cargo.toml index 38c8df1..16b9035 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" }