mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 13:14:41 +00:00
Update Rust crate itertools to 0.13.0 (#3664)
This commit is contained in:
parent
0718705c21
commit
e3ae876801
4 changed files with 23 additions and 14 deletions
|
|
@ -38,7 +38,7 @@ anyhow = { version = "1.0.80" }
|
|||
assert_fs = { version = "1.1.1" }
|
||||
indoc = { version = "2.0.4" }
|
||||
insta = { version = "1.36.1", features = ["filters"] }
|
||||
itertools = { version = "0.12.1" }
|
||||
itertools = { version = "0.13.0" }
|
||||
tempfile = { version = "3.9.0" }
|
||||
test-case = { version = "3.3.1" }
|
||||
tokio = { version = "1.35.1" }
|
||||
|
|
|
|||
|
|
@ -53,5 +53,5 @@ winapi = { workspace = true }
|
|||
anyhow = { version = "1.0.80" }
|
||||
indoc = { version = "2.0.4" }
|
||||
insta = { version = "1.36.1", features = ["filters"] }
|
||||
itertools = { version = "0.12.1" }
|
||||
itertools = { version = "0.13.0" }
|
||||
tempfile = { version = "3.9.0" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue