From e21d25b98d544d109e90df5134426f366d121e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:03:05 +0000 Subject: [PATCH] Update ed25519-dalek requirement in the dependencies group Updates the requirements on [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) to permit the latest version. Updates `ed25519-dalek` to 3.0.0-rc.1 - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/commits) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-version: 3.0.0-rc.1 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 195570b..ec35b82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ disable_memlock = [] cfg-if = "1" clear_on_drop = "0.2" derivative = "2.1" -ed25519-dalek = { version = "=3.0.0-rc.0", default-features = false, features = ["rand_core", "fast"] } +ed25519-dalek = { version = "=3.0.0-rc.1", default-features = false, features = ["rand_core", "fast"] } # Explicit dependency so we can pass the wasm-bindgen flag to it getrandom = { version = "0.4", optional = true } gridiron = { version = "0.12.2", default-features = false }