From a1d370860b359a207d2355d0ea4aa7e1e3a16cf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:56:49 +0000 Subject: [PATCH] Update Rust crate ark-algebra-bench-templates to 0.5.0 --- t256/Cargo.toml | 2 +- t384/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t256/Cargo.toml b/t256/Cargo.toml index ef32b45..9d546b4 100644 --- a/t256/Cargo.toml +++ b/t256/Cargo.toml @@ -24,7 +24,7 @@ sha2 = "0.10.8" ark-relations = { version = "0.4.0", default-features = false } ark-serialize = { version = "0.4.2", default-features = false } ark-algebra-test-templates = { version = "0.4.2", default-features = false } -ark-algebra-bench-templates = { version = "0.4.2", default-features = false } +ark-algebra-bench-templates = { version = "0.5.0", default-features = false } ark-curve-constraint-tests = {version = "0.4.0", default-features = false } ark-secp256r1 = {default-features = false, git = "https://github.com/arkworks-rs/curves" } criterion = "0.5.1" diff --git a/t384/Cargo.toml b/t384/Cargo.toml index 16352b5..9ed2b30 100644 --- a/t384/Cargo.toml +++ b/t384/Cargo.toml @@ -24,7 +24,7 @@ sha2 = "0.10.8" ark-relations = { version = "0.4.0", default-features = false } ark-serialize = { version = "0.4.2", default-features = false } ark-algebra-test-templates = { version = "0.4.2", default-features = false } -ark-algebra-bench-templates = { version = "0.4.2", default-features = false } +ark-algebra-bench-templates = { version = "0.5.0", default-features = false } ark-curve-constraint-tests = {version = "0.4.0", default-features = false } criterion = "0.5.1" sha2 = "0.10.8"