From 818b687345632c5b103691aeda01d91967cb4f29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 23:51:53 +0000 Subject: [PATCH] Update Rust crate ark-ff 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..f3b96b2 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" description = "The macros for cdls" [dependencies] -ark-ff = { version = "0.4.2", default-features = false } +ark-ff = { version = "0.5.0", 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-std = { version = "0.4.0", default-features = false } diff --git a/pedersen/Cargo.toml b/pedersen/Cargo.toml index e0b84a9..84d8b9c 100644 --- a/pedersen/Cargo.toml +++ b/pedersen/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" ark-ec = { version = "0.4.2", default-features = false } ark-std = { version = "0.4.0", default-features = false } rand = { version = "0.8.5" } -ark-ff = { version = "0.4.2"} +ark-ff = { version = "0.5.0"} ark-serialize = { version = "0.4.2"} merlin = { version = "3.0.0"} num-bigint = { version = "0.4", default-features = false } diff --git a/t256/Cargo.toml b/t256/Cargo.toml index ef32b45..e4ba158 100644 --- a/t256/Cargo.toml +++ b/t256/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src"] edition = "2021" [dependencies] -ark-ff = { version = "0.4.2", default-features = false } +ark-ff = { version = "0.5.0", 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-std = { version = "0.4.0", default-features = false } diff --git a/t384/Cargo.toml b/t384/Cargo.toml index 16352b5..30bdfe7 100644 --- a/t384/Cargo.toml +++ b/t384/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src"] edition = "2021" [dependencies] -ark-ff = { version = "0.4.2", default-features = false } +ark-ff = { version = "0.5.0", 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-std = { version = "0.4.0", default-features = false }