Bump itertools from 0.10.1 to 0.10.3 (#3171)

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.1 to 0.10.3.
- [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.1...v0.10.3)

---
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>
Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
dependabot[bot] 2021-12-08 22:57:14 +00:00 committed by GitHub
parent f0ce91a841
commit a6d56b2c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

10
Cargo.lock generated
View File

@ -692,7 +692,7 @@ dependencies = [
"clap",
"criterion-plot",
"csv",
"itertools 0.10.1",
"itertools 0.10.3",
"lazy_static",
"num-traits",
"oorandom",
@ -1682,9 +1682,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.10.1"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
"either",
]
@ -4353,7 +4353,7 @@ dependencies = [
"halo2",
"hex",
"incrementalmerkletree",
"itertools 0.10.1",
"itertools 0.10.3",
"jubjub 0.8.0",
"lazy_static",
"orchard",
@ -4488,7 +4488,7 @@ dependencies = [
"futures",
"halo2",
"hex",
"itertools 0.10.1",
"itertools 0.10.3",
"jubjub 0.8.0",
"lazy_static",
"metrics",

View File

@ -31,7 +31,7 @@ group = "0.11.0"
halo2 = "=0.1.0-beta.1"
hex = "0.4"
incrementalmerkletree = "0.1.0"
itertools = "0.10.1"
itertools = "0.10.3"
jubjub = "0.8.0"
lazy_static = "1.4.0"
rand_core = "0.6"
@ -71,7 +71,7 @@ zebra-test = { path = "../zebra-test/", optional = true }
[dev-dependencies]
color-eyre = "0.5.11"
criterion = { version = "0.3", features = ["html_reports"] }
itertools = "0.10.1"
itertools = "0.10.3"
spandoc = "0.2"
tracing = "0.1.29"

View File

@ -44,7 +44,7 @@ once_cell = "1.8"
# TODO: replace w/ crate version when released: https://github.com/ZcashFoundation/zebra/issues/2083
# Note: if updating this, also update the workspace Cargo.toml to match.
halo2 = "=0.1.0-beta.1"
itertools = "0.10.1"
itertools = "0.10.3"
jubjub = "0.8.0"
proptest = "0.10.1"
proptest-derive = "0.3"