mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
cargo upgrade --incompatible
(#330)
Ran `cargo upgrade --incompatible`, seems there are no changes required. From cacache 0.12.0: > BREAKING CHANGE: some signatures for copy have changed, and copy no longer automatically reflinks `which` 5.0.0 seems to have only error message changes.
This commit is contained in:
parent
d99ca3159b
commit
9b077f3d0f
8 changed files with 100 additions and 104 deletions
|
@ -12,7 +12,7 @@ serde = { workspace = true, features = ["derive"] }
|
|||
|
||||
[dev-dependencies]
|
||||
indoc = { version = "2.0.4" }
|
||||
insta = { version = "1.33.0" }
|
||||
serde_json = { version = "1.0.107" }
|
||||
tempfile = { version = "3.8.0" }
|
||||
insta = { version = "1.34.0" }
|
||||
serde_json = { version = "1.0.108" }
|
||||
tempfile = { version = "3.8.1" }
|
||||
test-case = { version = "3.2.1" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue