From ee414b21018a009c2625c09f1852835a20533602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:20:38 +0000 Subject: [PATCH] Update ark-ff requirement from 0.4.2 to 0.5.0 Updates the requirements on [ark-ff](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.2...v0.5.0) --- updated-dependencies: - dependency-name: ark-ff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fri/Cargo.toml | 2 +- kzg/Cargo.toml | 2 +- plonk/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fri/Cargo.toml b/fri/Cargo.toml index 71150c2..35aaf53 100644 --- a/fri/Cargo.toml +++ b/fri/Cargo.toml @@ -10,6 +10,6 @@ path = "examples/example.rs" [dependencies] ark-poly = "0.4.2" -ark-ff = "0.4.2" +ark-ff = "0.5.0" sha2 = "0.11.0-pre.3" rand = "0.8.5" diff --git a/kzg/Cargo.toml b/kzg/Cargo.toml index 1cd4bd0..7484749 100644 --- a/kzg/Cargo.toml +++ b/kzg/Cargo.toml @@ -10,7 +10,7 @@ path = "examples/example.rs" [dependencies] -ark-ff = "0.4.2" +ark-ff = "0.5.0" ark-poly = "0.4.2" ark-ec = "0.4.2" ark-bls12-381 = "0.4.0" diff --git a/plonk/Cargo.toml b/plonk/Cargo.toml index 19fcda8..fd3ff0f 100644 --- a/plonk/Cargo.toml +++ b/plonk/Cargo.toml @@ -10,7 +10,7 @@ path = "examples/example.rs" [dependencies] -ark-ff = "0.4.2" +ark-ff = "0.5.0" ark-poly = "0.4.2" ark-ec = "0.4.2" ark-bls12-381 = "0.4.0"