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:
parent
f0ce91a841
commit
a6d56b2c08
|
|
@ -692,7 +692,7 @@ dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"criterion-plot",
|
"criterion-plot",
|
||||||
"csv",
|
"csv",
|
||||||
"itertools 0.10.1",
|
"itertools 0.10.3",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"oorandom",
|
"oorandom",
|
||||||
|
|
@ -1682,9 +1682,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itertools"
|
name = "itertools"
|
||||||
version = "0.10.1"
|
version = "0.10.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
]
|
]
|
||||||
|
|
@ -4353,7 +4353,7 @@ dependencies = [
|
||||||
"halo2",
|
"halo2",
|
||||||
"hex",
|
"hex",
|
||||||
"incrementalmerkletree",
|
"incrementalmerkletree",
|
||||||
"itertools 0.10.1",
|
"itertools 0.10.3",
|
||||||
"jubjub 0.8.0",
|
"jubjub 0.8.0",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"orchard",
|
"orchard",
|
||||||
|
|
@ -4488,7 +4488,7 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"halo2",
|
"halo2",
|
||||||
"hex",
|
"hex",
|
||||||
"itertools 0.10.1",
|
"itertools 0.10.3",
|
||||||
"jubjub 0.8.0",
|
"jubjub 0.8.0",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"metrics",
|
"metrics",
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ group = "0.11.0"
|
||||||
halo2 = "=0.1.0-beta.1"
|
halo2 = "=0.1.0-beta.1"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
incrementalmerkletree = "0.1.0"
|
incrementalmerkletree = "0.1.0"
|
||||||
itertools = "0.10.1"
|
itertools = "0.10.3"
|
||||||
jubjub = "0.8.0"
|
jubjub = "0.8.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
rand_core = "0.6"
|
rand_core = "0.6"
|
||||||
|
|
@ -71,7 +71,7 @@ zebra-test = { path = "../zebra-test/", optional = true }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
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.1"
|
itertools = "0.10.3"
|
||||||
spandoc = "0.2"
|
spandoc = "0.2"
|
||||||
tracing = "0.1.29"
|
tracing = "0.1.29"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ once_cell = "1.8"
|
||||||
# TODO: replace w/ crate version when released: https://github.com/ZcashFoundation/zebra/issues/2083
|
# 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.
|
# Note: if updating this, also update the workspace Cargo.toml to match.
|
||||||
halo2 = "=0.1.0-beta.1"
|
halo2 = "=0.1.0-beta.1"
|
||||||
itertools = "0.10.1"
|
itertools = "0.10.3"
|
||||||
jubjub = "0.8.0"
|
jubjub = "0.8.0"
|
||||||
proptest = "0.10.1"
|
proptest = "0.10.1"
|
||||||
proptest-derive = "0.3"
|
proptest-derive = "0.3"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue