From e8418e279e9428a76230a20383e8940ab21d416d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 06:25:09 +0000 Subject: [PATCH] Update curve25519-dalek requirement from =4.1.2 to =4.1.3 --- updated-dependencies: - dependency-name: curve25519-dalek dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 378a6769..41276cb7 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.2", features = ["rand_core"] } +curve25519-dalek = { version = "=4.1.3", features = ["rand_core"] } document-features = "0.2.7" frost-core = { path = "../frost-core", version = "1.0.0" } frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0" } diff --git a/frost-ristretto255/Cargo.toml b/frost-ristretto255/Cargo.toml index 990f875a..05acd6eb 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.2", features = ["serde", "rand_core"] } +curve25519-dalek = { version = "=4.1.3", features = ["serde", "rand_core"] } document-features = "0.2.7" frost-core = { path = "../frost-core", version = "1.0.0" } frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0" }