Bump itertools from 0.10.5 to 0.11.0

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.11.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-29 08:11:14 +00:00 committed by GitHub
parent e7a061df65
commit 1025cd0e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 7 deletions

19
Cargo.lock generated
View File

@ -160,7 +160,7 @@ dependencies = [
"clap",
"criterion-plot",
"is-terminal",
"itertools",
"itertools 0.10.5",
"num-traits",
"once_cell",
"oorandom",
@ -181,7 +181,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
dependencies = [
"cast",
"itertools",
"itertools 0.10.5",
]
[[package]]
@ -288,7 +288,7 @@ dependencies = [
"eyre",
"frost-ed25519",
"hex",
"itertools",
"itertools 0.11.0",
"rand",
"serde_json",
"thiserror",
@ -370,7 +370,7 @@ dependencies = [
"derive-getters",
"digest",
"hex",
"itertools",
"itertools 0.10.5",
"proptest",
"proptest-derive",
"rand_core",
@ -492,6 +492,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.6"
@ -996,7 +1005,7 @@ dependencies = [
"exitcode",
"frost-ed25519",
"hex",
"itertools",
"itertools 0.11.0",
"rand",
"thiserror",
]

View File

@ -12,5 +12,5 @@ hex = { version = "0.4", features = ["serde"] }
thiserror = "1.0"
rand = "0.8"
serde_json = "1.0"
itertools = "0.10.5"
itertools = "0.11.0"
exitcode = "1.1.2"

View File

@ -10,5 +10,5 @@ frost-ed25519 = "0.5.0"
thiserror = "1.0"
rand = "0.8"
hex = "0.4"
itertools = "0.10.5"
itertools = "0.11.0"
exitcode = "1.1.2"