mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-04 00:54:42 +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
|
|
@ -32,7 +32,7 @@ mailparse = { workspace = true }
|
|||
once_cell = { workspace = true }
|
||||
platform-info = { workspace = true }
|
||||
plist = { workspace = true }
|
||||
pyo3 = { version = "0.19.2", features = ["extension-module", "abi3-py37"], optional = true }
|
||||
pyo3 = { version = "0.20.0", features = ["extension-module", "abi3-py37"], optional = true }
|
||||
rayon = { version = "1.8.0", optional = true }
|
||||
reflink-copy = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue