From 0ba7637f89dec6ff8f683c03d50de5dc2ac6af5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 08:15:53 -0700 Subject: [PATCH] Update itertools requirement from 0.10 to 0.11 (#51) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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" }