build(deps): 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-22 16:02:29 +00:00 committed by GitHub
parent 3df7ca74b4
commit 1423211e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

13
Cargo.lock generated
View File

@ -606,6 +606,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"
@ -716,7 +725,7 @@ dependencies = [
"enum_dispatch",
"gix-url",
"is-terminal",
"itertools",
"itertools 0.11.0",
"nix-compat",
"nu-glob",
"once_cell",
@ -767,7 +776,7 @@ checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
dependencies = [
"anstyle",
"difflib",
"itertools",
"itertools 0.10.5",
"predicates-core",
]

View File

@ -18,7 +18,7 @@ data-encoding = "2.4.0"
enum_dispatch = "0.3.11"
gix-url = "0.19.0"
is-terminal = "0.4.7"
itertools = "0.10.5"
itertools = "0.11.0"
nix-compat = { git = "https://code.tvl.fyi/depot.git:/tvix/nix-compat.git" }
once_cell = "1.18.0"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }