mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-31 07:47:27 +00:00
Run cargo upgrade
(#7448)
Co-authored-by: konstin <konstin@mailbox.org>
This commit is contained in:
parent
f679987fe1
commit
c87ce7aaf8
23 changed files with 118 additions and 413 deletions
|
@ -63,10 +63,10 @@ windows-registry = { workspace = true }
|
|||
windows-result = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = { version = "1.0.80" }
|
||||
assert_fs = { version = "1.1.1" }
|
||||
indoc = { version = "2.0.4" }
|
||||
anyhow = { version = "1.0.89" }
|
||||
assert_fs = { version = "1.1.2" }
|
||||
indoc = { version = "2.0.5" }
|
||||
itertools = { version = "0.13.0" }
|
||||
temp-env = { version = "0.3.6" }
|
||||
tempfile = { version = "3.9.0" }
|
||||
test-log = { version = "0.2.15", features = ["trace"], default-features = false }
|
||||
tempfile = { version = "3.12.0" }
|
||||
test-log = { version = "0.2.16", features = ["trace"], default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue