From c2dbbc5013778644668d152c95621539900a2a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:20:33 +0000 Subject: [PATCH] Update ark-poly requirement from 0.4.2 to 0.5.0 Updates the requirements on [ark-poly](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-poly 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..83cbb63 100644 --- a/fri/Cargo.toml +++ b/fri/Cargo.toml @@ -9,7 +9,7 @@ name = "fri-example" path = "examples/example.rs" [dependencies] -ark-poly = "0.4.2" +ark-poly = "0.5.0" ark-ff = "0.4.2" sha2 = "0.11.0-pre.3" rand = "0.8.5" diff --git a/kzg/Cargo.toml b/kzg/Cargo.toml index 1cd4bd0..1ebd7f3 100644 --- a/kzg/Cargo.toml +++ b/kzg/Cargo.toml @@ -11,7 +11,7 @@ path = "examples/example.rs" [dependencies] ark-ff = "0.4.2" -ark-poly = "0.4.2" +ark-poly = "0.5.0" ark-ec = "0.4.2" ark-bls12-381 = "0.4.0" ark-serialize = "0.4.2" diff --git a/plonk/Cargo.toml b/plonk/Cargo.toml index 19fcda8..99ec5f6 100644 --- a/plonk/Cargo.toml +++ b/plonk/Cargo.toml @@ -11,7 +11,7 @@ path = "examples/example.rs" [dependencies] ark-ff = "0.4.2" -ark-poly = "0.4.2" +ark-poly = "0.5.0" ark-ec = "0.4.2" ark-bls12-381 = "0.4.0" ark-serialize = "0.4.2"