From 53fa9ec570dac9ad3334f11d1f12f3f5bbb13989 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:41:34 +0000 Subject: [PATCH] Update Rust crate ark-relations 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..494d890 100644 --- a/t256/Cargo.toml +++ b/t256/Cargo.toml @@ -21,7 +21,7 @@ criterion = "0.5.1" sha2 = "0.10.8" [dev-dependencies] -ark-relations = { version = "0.4.0", default-features = false } +ark-relations = { version = "0.5.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 } diff --git a/t384/Cargo.toml b/t384/Cargo.toml index 16352b5..595e53c 100644 --- a/t384/Cargo.toml +++ b/t384/Cargo.toml @@ -21,7 +21,7 @@ criterion = "0.5.1" sha2 = "0.10.8" [dev-dependencies] -ark-relations = { version = "0.4.0", default-features = false } +ark-relations = { version = "0.5.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 }