From 370e81ca7d8b612690564f67aba6a1c17e8c77f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:35:42 +0000 Subject: [PATCH] Update ark-bls12-381 requirement from 0.4.0 to 0.5.0 Updates the requirements on [ark-bls12-381](https://github.com/arkworks-rs/algebra) to permit the latest version. - [Release notes](https://github.com/arkworks-rs/algebra/releases) - [Changelog](https://github.com/arkworks-rs/algebra/blob/v0.5.0/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/algebra/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: ark-bls12-381 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arithmetic/Cargo.toml | 2 +- hyperplonk/Cargo.toml | 2 +- subroutines/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arithmetic/Cargo.toml b/arithmetic/Cargo.toml index 99192dc0..2b9726b7 100644 --- a/arithmetic/Cargo.toml +++ b/arithmetic/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ark-bls12-381 = { version = "0.4.0", default-features = false, features = [ "curve" ] } +ark-bls12-381 = { version = "0.5.0", default-features = false, features = [ "curve" ] } ark-ff = { version = "^0.4.0", default-features = false } ark-poly = { version = "^0.4.0", default-features = false } ark-serialize = { version = "^0.4.0", default-features = false } diff --git a/hyperplonk/Cargo.toml b/hyperplonk/Cargo.toml index 90a8cda0..7c8c8648 100644 --- a/hyperplonk/Cargo.toml +++ b/hyperplonk/Cargo.toml @@ -18,7 +18,7 @@ transcript = { path = "../transcript" } util = { path = "../util" } [dev-dependencies] -ark-bls12-381 = { version = "0.4.0", default-features = false, features = [ "curve" ] } +ark-bls12-381 = { version = "0.5.0", default-features = false, features = [ "curve" ] } # Benchmarks [[bench]] name = "hyperplonk-benches" diff --git a/subroutines/Cargo.toml b/subroutines/Cargo.toml index 78d9260f..851d81c2 100644 --- a/subroutines/Cargo.toml +++ b/subroutines/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] arithmetic = { path = "../arithmetic" } -ark-bls12-381 = { version = "0.4.0", default-features = false, features = [ "curve" ] } +ark-bls12-381 = { version = "0.5.0", default-features = false, features = [ "curve" ] } ark-ec = { version = "^0.4.0", default-features = false } ark-ff = { version = "^0.4.0", default-features = false } ark-poly = { version = "^0.4.0", default-features = false }