From 3b876b04369bc71344130ec73fcac30e15d4ef37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 02:45:28 +0000 Subject: [PATCH] Update Rust crate curve25519-dalek to v5.0.0-rc.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be2aad6..779a88f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ name = "peppy" required-features = ["build-binary"] [dependencies] -curve25519-dalek = { version = "=5.0.0-pre.6", features = ["rand_core", "lizard"] } +curve25519-dalek = { version = "=5.0.0-rc.0", features = ["rand_core", "lizard"] } rand_core = "^0.10" rand = { version = "^0.10", optional = true } sha2 = "^0.11.0-rc.5"