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