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" }