From 647d9aa5c5886ecb995581490215459bb9b5cfef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 23:51:57 +0000 Subject: [PATCH] Update Rust crate ark-ff-macros 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..f148c4a 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -12,6 +12,6 @@ pedersen = { path="../pedersen" } rand = { version = "0.8.5" } rand_core = { version = "0.6.4" } merlin = { version = "3.0.0" } -ark-ff-macros = { version = "0.4.2", default-features = false } +ark-ff-macros = { version = "0.5.0", default-features = false } criterion = "0.5.1" sha2 = "0.10.8" \ No newline at end of file diff --git a/t256/Cargo.toml b/t256/Cargo.toml index ef32b45..52ed126 100644 --- a/t256/Cargo.toml +++ b/t256/Cargo.toml @@ -16,7 +16,7 @@ cdls-macros = { path="../macros"} rand = { version = "0.8.5" } rand_core = { version = "0.6.4" } merlin = { version = "3.0.0" } -ark-ff-macros = { version = "0.4.2", default-features = false } +ark-ff-macros = { version = "0.5.0", default-features = false } criterion = "0.5.1" sha2 = "0.10.8" diff --git a/t384/Cargo.toml b/t384/Cargo.toml index 16352b5..f0954ec 100644 --- a/t384/Cargo.toml +++ b/t384/Cargo.toml @@ -16,7 +16,7 @@ rand = { version = "0.8.5" } rand_core = { version = "0.6.4" } merlin = { version = "3.0.0" } ark-secp384r1 = {default-features = false, git = "https://github.com/arkworks-rs/curves" } -ark-ff-macros = { version = "0.4.2", default-features = false } +ark-ff-macros = { version = "0.5.0", default-features = false } criterion = "0.5.1" sha2 = "0.10.8"