build(deps): bump itertools from 0.11.0 to 0.12.0

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.12.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.12.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-11-15 15:27:58 +00:00 committed by GitHub
parent 33e0beb666
commit 08c437ac82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -593,9 +593,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.11.0"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
dependencies = [
"either",
]
@ -724,7 +724,7 @@ dependencies = [
"enum_dispatch",
"gix-url",
"is-terminal",
"itertools 0.11.0",
"itertools 0.12.0",
"nix-compat",
"nu-glob",
"owo-colors",

View File

@ -18,7 +18,7 @@ data-encoding = "2.4.0"
enum_dispatch = "0.3.12"
gix-url = "0.25.1"
is-terminal = "0.4.9"
itertools = "0.11.0"
itertools = "0.12.0"
nix-compat = { git = "https://code.tvl.fyi/depot.git:/tvix/nix-compat.git" }
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
rustc-hash = "1.1.0"