From 1a8721adf2c19135bb921e0cc3722ffced500e06 Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 13:36:00 +0000 Subject: [PATCH] Update Rust crate curve25519-dalek to v5 --- src/Native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Native/Cargo.toml b/src/Native/Cargo.toml index 300a0e9..732de32 100644 --- a/src/Native/Cargo.toml +++ b/src/Native/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ['cdylib'] [dependencies] bulletproofs = { git = "https://github.com/zkcrypto/bulletproofs" } -curve25519-dalek = { version = "4.1.2", features = ["digest", "rand_core"] } +curve25519-dalek = { version = "5.0.0", features = ["digest", "rand_core"] } merlin = "3.0.0" rand = "0.8.5" sha3 = "0.10.8"