build(deps): bump itertools from 0.10.0 to 0.10.1 (#2279)

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.0...v0.10.1)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-11 12:26:46 +10:00 committed by GitHub
parent a2d3078fcb
commit fc0edb5c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -722,7 +722,7 @@ dependencies = [
"clap", "clap",
"criterion-plot", "criterion-plot",
"csv", "csv",
"itertools 0.10.0", "itertools 0.10.1",
"lazy_static", "lazy_static",
"num-traits", "num-traits",
"oorandom", "oorandom",
@ -1785,9 +1785,9 @@ dependencies = [
[[package]] [[package]]
name = "itertools" name = "itertools"
version = "0.10.0" version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
dependencies = [ dependencies = [
"either", "either",
] ]
@ -4426,7 +4426,7 @@ dependencies = [
"group", "group",
"halo2", "halo2",
"hex", "hex",
"itertools 0.10.0", "itertools 0.10.1",
"jubjub", "jubjub",
"lazy_static", "lazy_static",
"primitive-types", "primitive-types",

View File

@ -47,7 +47,7 @@ x25519-dalek = { version = "1.1", features = ["serde"] }
proptest = { version = "0.10", optional = true } proptest = { version = "0.10", optional = true }
proptest-derive = { version = "0.3.0", optional = true } proptest-derive = { version = "0.3.0", optional = true }
itertools = { version = "0.10.0", optional = true } itertools = { version = "0.10.1", optional = true }
# ZF deps # ZF deps
ed25519-zebra = "2" ed25519-zebra = "2"
@ -60,7 +60,7 @@ zebra-test = { path = "../zebra-test/", optional = true }
bincode = "1" bincode = "1"
color-eyre = "0.5.11" color-eyre = "0.5.11"
criterion = { version = "0.3", features = ["html_reports"] } criterion = { version = "0.3", features = ["html_reports"] }
itertools = "0.10.0" itertools = "0.10.1"
spandoc = "0.2" spandoc = "0.2"
tracing = "0.1.26" tracing = "0.1.26"