From 0a0dde77de8a205c0ac9abc79574843dabbf7f51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:57:00 +0000 Subject: [PATCH] Update Rust crate ark-ec to 0.5.0 --- macros/Cargo.toml | 2 +- pedersen/Cargo.toml | 2 +- t256/Cargo.toml | 2 +- t384/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index c45ca92..5fff41f 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -5,7 +5,7 @@ description = "The macros for cdls" [dependencies] ark-ff = { version = "0.4.2", default-features = false } -ark-ec = { version = "0.4.2", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } pedersen = { path="../pedersen" } diff --git a/pedersen/Cargo.toml b/pedersen/Cargo.toml index e0b84a9..81dfa7d 100644 --- a/pedersen/Cargo.toml +++ b/pedersen/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src"] edition = "2021" [dependencies] -ark-ec = { version = "0.4.2", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-std = { version = "0.4.0", default-features = false } rand = { version = "0.8.5" } ark-ff = { version = "0.4.2"} diff --git a/t256/Cargo.toml b/t256/Cargo.toml index ef32b45..e317c77 100644 --- a/t256/Cargo.toml +++ b/t256/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] ark-ff = { version = "0.4.2", default-features = false } -ark-ec = { version = "0.4.2", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } ark-secp256r1 = {default-features = false, git = "https://github.com/arkworks-rs/curves" } diff --git a/t384/Cargo.toml b/t384/Cargo.toml index 16352b5..4f9cf03 100644 --- a/t384/Cargo.toml +++ b/t384/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] ark-ff = { version = "0.4.2", default-features = false } -ark-ec = { version = "0.4.2", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } pedersen = { path = "../pedersen" }