build(deps): bump itertools from 0.12.0 to 0.12.1

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.0 to 0.12.1.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-31 08:37:24 +00:00 committed by GitHub
parent 50ea0e26fa
commit 86b3111132
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2337,9 +2337,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.12.0"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
@ -2658,7 +2658,7 @@ dependencies = [
"indoc",
"insta",
"is-terminal",
"itertools 0.12.0",
"itertools 0.12.1",
"once_cell",
"owo-colors",
"parse-display",

View File

@ -35,7 +35,7 @@ flate2 = "1.0.28"
heck = "0.4.1"
indoc = "2.0.4"
is-terminal = "0.4.10"
itertools = "0.12.0"
itertools = "0.12.1"
once_cell = "1.19.0"
owo-colors = "4.0.0"
parse-display = "0.8.2"