From 2a52b4556f5017b5d1356c5f5e2b7111e63ef1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:41:23 +0000 Subject: [PATCH] Update itertools requirement from 0.12 to 0.13 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.12.0...v0.13.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 5abdf39..5c97876 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.12" +itertools = "0.13" rayon = { version = "1", optional = true } ark-inner-products = { path = "../inner_products" }