mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Bump itertools from 0.10.5 to 0.12.1 (#1939)
This commit is contained in:
parent
086e58e54a
commit
fee79aea7d
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2773,7 +2773,7 @@ dependencies = [
|
|||
"fs-err",
|
||||
"indoc",
|
||||
"insta",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.12.1",
|
||||
"once_cell",
|
||||
"pep440_rs",
|
||||
"pep508_rs",
|
||||
|
|
|
@ -56,7 +56,7 @@ http = { version = "0.2.11" }
|
|||
indexmap = { version = "2.1.0" }
|
||||
indicatif = { version = "0.17.7" }
|
||||
indoc = { version = "2.0.4" }
|
||||
itertools = { version = "0.12.0" }
|
||||
itertools = { version = "0.12.1" }
|
||||
junction = { version = "1.0.0" }
|
||||
mailparse = { version = "0.14.0" }
|
||||
miette = { version = "6.0.0" }
|
||||
|
|
|
@ -33,7 +33,7 @@ anyhow = { version = "1.0.79" }
|
|||
assert_fs = { version = "1.1.1" }
|
||||
indoc = { version = "2.0.4" }
|
||||
insta = { version = "1.34.0", features = ["filters"] }
|
||||
itertools = { version = "0.10.1" }
|
||||
itertools = { version = "0.12.1" }
|
||||
serde_json = { version = "1.0.111" }
|
||||
tempfile = { version = "3.9.0" }
|
||||
test-case = { version = "3.3.1" }
|
||||
|
|
|
@ -37,5 +37,5 @@ which = { workspace = true}
|
|||
anyhow = { version = "1.0.79" }
|
||||
indoc = { version = "2.0.4" }
|
||||
insta = { version = "1.34.0" }
|
||||
itertools = { version = "0.12.0" }
|
||||
itertools = { version = "0.12.1" }
|
||||
tempfile = { version = "3.9.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue