mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
chore(deps): update rust crate itertools to 0.14.0
This commit is contained in:
parent
d85d76199f
commit
fb55f9b311
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -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]]
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user