Merge pull request #132 from EspressoSystems/dependabot/cargo/itertools-0.11.0

Update itertools requirement from 0.10.4 to 0.11.0
This commit is contained in:
Mat R
2023-07-17 12:06:48 -06:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ ark-serialize = { version = "^0.4.0", default-features = false }
ark-std = { version = "^0.4.0", default-features = false } ark-std = { version = "^0.4.0", default-features = false }
derivative = { version = "2", features = ["use_core"] } derivative = { version = "2", features = ["use_core"] }
displaydoc = { version = "0.2.3", default-features = false } displaydoc = { version = "0.2.3", default-features = false }
itertools = { version = "0.10.4", optional = true } itertools = { version = "0.11.0", optional = true }
rand_chacha = { version = "0.3.0", default-features = false } rand_chacha = { version = "0.3.0", default-features = false }
rayon = { version = "1.5.2", default-features = false, optional = true } rayon = { version = "1.5.2", default-features = false, optional = true }
transcript = { path = "../transcript" } transcript = { path = "../transcript" }