From c4865e68cb82cac0ac2c4c995d745a60d1445280 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:14:06 +0000 Subject: [PATCH] Update Rust crate ark-ed25519 to 0.5.0 --- bulletproofs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulletproofs/Cargo.toml b/bulletproofs/Cargo.toml index 3982844..4b8da00 100644 --- a/bulletproofs/Cargo.toml +++ b/bulletproofs/Cargo.toml @@ -50,7 +50,7 @@ version = '0.4.0' default-features = false [dependencies.ark-ed25519] -version = '0.4.0' +version = '0.5.0' default-features = false [dev-dependencies]