chore(deps): update rust crate itertools to 0.14.0

This commit is contained in:
renovate[bot] 2025-01-01 02:26:09 +00:00 committed by GitHub
parent d85d76199f
commit fb55f9b311
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -342,7 +342,7 @@ dependencies = [
"ignore",
"im-rc",
"indexmap 2.3.0",
"itertools 0.13.0",
"itertools 0.14.0",
"jobserver",
"lazycell",
"libc",
@ -468,7 +468,7 @@ dependencies = [
"flate2",
"git2",
"glob",
"itertools 0.13.0",
"itertools 0.14.0",
"pasetors",
"regex",
"serde",
@ -2183,9 +2183,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
@ -4285,7 +4285,7 @@ dependencies = [
"anyhow",
"cargo",
"clap",
"itertools 0.13.0",
"itertools 0.14.0",
]
[[package]]

View File

@ -60,7 +60,7 @@ humantime = "2.1.0"
ignore = "0.4.22"
im-rc = "15.1.0"
indexmap = "2.2.6"
itertools = "0.13.0"
itertools = "0.14.0"
jobserver = "0.1.32"
lazycell = "1.3.0"
libc = "0.2.155"