From 44b87e6a4404433fe5574e0f69b28b6e3e12c382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 13:47:31 +0000 Subject: [PATCH] Update itertools requirement from 0.10 to 0.11 Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ip_proofs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip_proofs/Cargo.toml b/ip_proofs/Cargo.toml index 96f456f..ea1f183 100644 --- a/ip_proofs/Cargo.toml +++ b/ip_proofs/Cargo.toml @@ -22,7 +22,7 @@ ark-std = "0.4" ark-groth16 = "0.4" digest = "0.9" num-traits = "0.2" -itertools = "0.10" +itertools = "0.11" rayon = { version = "1", optional = true } ark-inner-products = { path = "../inner_products" }