From 5e2d1d779921f557b36b4773f19671d59ec6a80e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:20:31 +0000 Subject: [PATCH] Update ark-serialize requirement from 0.4.2 to 0.5.0 Updates the requirements on [ark-serialize](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-serialize dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kzg/Cargo.toml | 2 +- plonk/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kzg/Cargo.toml b/kzg/Cargo.toml index 1cd4bd0..1bf55d9 100644 --- a/kzg/Cargo.toml +++ b/kzg/Cargo.toml @@ -14,5 +14,5 @@ ark-ff = "0.4.2" ark-poly = "0.4.2" ark-ec = "0.4.2" ark-bls12-381 = "0.4.0" -ark-serialize = "0.4.2" +ark-serialize = "0.5.0" rand = "0.8.5" diff --git a/plonk/Cargo.toml b/plonk/Cargo.toml index 19fcda8..0c55360 100644 --- a/plonk/Cargo.toml +++ b/plonk/Cargo.toml @@ -14,7 +14,7 @@ ark-ff = "0.4.2" ark-poly = "0.4.2" ark-ec = "0.4.2" ark-bls12-381 = "0.4.0" -ark-serialize = "0.4.2" +ark-serialize = "0.5.0" ark-std = { version = "0.4.0", default-features = false } sha2 = "0.10" kzg = { path = "../kzg" }