From d39c9786a196bfcf6081202c5b833b2576694176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:18:05 +0000 Subject: [PATCH] build(deps): update ed25519-dalek requirement in /fuzz Updates the requirements on [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) to permit the latest version. - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/commits/x25519-3.0.0-pre.1) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-version: 3.0.0-pre.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b333f8b2..b9770de4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -199,7 +199,7 @@ ff = { version = "=0.14.0-pre.0", default-features = false } group = "=0.14.0-pre.0" # "dalek cryptography" crates -ed25519-dalek = "=3.0.0-pre.1" +ed25519-dalek = "=3.0.0-pre.3" curve25519-dalek = "=5.0.0-pre.1" [dev-dependencies]