From 8387345494b66997a8cf4dcf009ce1c6c44dea23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:17:33 +0000 Subject: [PATCH] Update Rust crate ark-algebra-bench-templates to 0.5.0 --- tsecp256k1/Cargo.toml | 2 +- tsecq256k1/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tsecp256k1/Cargo.toml b/tsecp256k1/Cargo.toml index 446991f..2b6b2ae 100644 --- a/tsecp256k1/Cargo.toml +++ b/tsecp256k1/Cargo.toml @@ -32,7 +32,7 @@ boomerang-macros = { path="../macros"} ark-relations = { version = "0.4.0", default-features = false } ark-serialize = { version = "0.4.0", default-features = false } ark-algebra-test-templates = { version = "0.4.0", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.5.0", default-features = false } ark-secp256k1 = {version ="0.4.0", default-features = false} criterion = "0.5.1" sha2 = "0.10.8" diff --git a/tsecq256k1/Cargo.toml b/tsecq256k1/Cargo.toml index 80d1a13..6b4909b 100644 --- a/tsecq256k1/Cargo.toml +++ b/tsecq256k1/Cargo.toml @@ -31,7 +31,7 @@ boomerang-macros = { path="../macros"} ark-relations = { version = "0.4.0", default-features = false } ark-serialize = { version = "0.4.0", default-features = false } ark-algebra-test-templates = { version = "0.4.0", default-features = false } -ark-algebra-bench-templates = { version = "0.4.0", default-features = false } +ark-algebra-bench-templates = { version = "0.5.0", default-features = false } ark-secq256k1 = {default-features = false, git = "https://github.com/arkworks-rs/curves", tag = "v0.4.0-alpha.2"} criterion = "0.5.1" sha2 = "0.10.8"