mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Update Rust crate itertools to 0.14.0 (#10316)
This commit is contained in:
parent
f7fc85f4e9
commit
5aefe69ecf
4 changed files with 29 additions and 20 deletions
|
@ -73,7 +73,7 @@ anyhow = { version = "1.0.89" }
|
|||
assert_fs = { version = "1.1.2" }
|
||||
indoc = { workspace = true }
|
||||
insta = { version = "1.40.0" }
|
||||
itertools = { version = "0.13.0" }
|
||||
itertools = { version = "0.14.0" }
|
||||
temp-env = { version = "0.3.6" }
|
||||
tempfile = { workspace = true }
|
||||
test-log = { version = "0.2.16", features = ["trace"], default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue