From bb37d0640e4e0e2094414275c1786990551bf353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:35:45 +0000 Subject: [PATCH] Update ark-ec requirement from ^0.4.0 to ^0.5.0 Updates the requirements on [ark-ec](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-ec 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..3fd696c6 100644 --- a/arithmetic/Cargo.toml +++ b/arithmetic/Cargo.toml @@ -15,7 +15,7 @@ rand_chacha = { version = "0.3.0", default-features = false } rayon = { version = "1.5.2", default-features = false, optional = true } [dev-dependencies] -ark-ec = { version = "^0.4.0", default-features = false } +ark-ec = { version = "^0.5.0", default-features = false } criterion = "0.5.1" [features] diff --git a/hyperplonk/Cargo.toml b/hyperplonk/Cargo.toml index 90a8cda0..8400787e 100644 --- a/hyperplonk/Cargo.toml +++ b/hyperplonk/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] arithmetic = { path = "../arithmetic" } -ark-ec = { version = "^0.4.0", default-features = false } +ark-ec = { version = "^0.5.0", default-features = false } 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, features = [ "derive" ] } diff --git a/subroutines/Cargo.toml b/subroutines/Cargo.toml index 78d9260f..fdf865cd 100644 --- a/subroutines/Cargo.toml +++ b/subroutines/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] arithmetic = { path = "../arithmetic" } ark-bls12-381 = { version = "0.4.0", default-features = false, features = [ "curve" ] } -ark-ec = { version = "^0.4.0", default-features = false } +ark-ec = { version = "^0.5.0", default-features = false } 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 }