From 88d1cdaabb5f5f9f04685586197c9c145853e2dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:59:12 +0000 Subject: [PATCH] Update Rust crate curve25519-dalek to v5.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c7d072..ad5801e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ name = "peppy" required-features = ["build-binary"] [dependencies] -curve25519-dalek = { version = "=5.0.0-rc.1", features = ["rand_core", "lizard"] } +curve25519-dalek = { version = "=5.0.0", features = ["rand_core", "lizard"] } rand_core = "^0.10" rand = { version = "^0.10", optional = true } sha2 = "^0.11.0-rc.5"