From c0b88669918f038a006ed92674b398ac6baa4bd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:41:30 +0000 Subject: [PATCH] Update Rust crate ark-r1cs-std to 0.5.0 --- macros/Cargo.toml | 2 +- t256/Cargo.toml | 2 +- t384/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index c45ca92..7e65442 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -6,7 +6,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-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-r1cs-std = { version = "0.5.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } pedersen = { path="../pedersen" } rand = { version = "0.8.5" } diff --git a/t256/Cargo.toml b/t256/Cargo.toml index ef32b45..4240af6 100644 --- a/t256/Cargo.toml +++ b/t256/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] ark-ff = { version = "0.4.2", default-features = false } ark-ec = { version = "0.4.2", default-features = false } -ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-r1cs-std = { version = "0.5.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" } pedersen = { path="../pedersen" } diff --git a/t384/Cargo.toml b/t384/Cargo.toml index 16352b5..2d16496 100644 --- a/t384/Cargo.toml +++ b/t384/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] ark-ff = { version = "0.4.2", default-features = false } ark-ec = { version = "0.4.2", default-features = false } -ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } +ark-r1cs-std = { version = "0.5.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } pedersen = { path = "../pedersen" } cdls-macros = { path = "../macros" }