mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Replace tokio-tar
with krata-tokio-tar
fork (#7271)
## Summary Replace the unmaintained `tokio-tar` crate with the `krata-tokio-tar` fork. The latter just merged a fix necessary for the crate to work on PowerPC, and has better chances of future maintenance. Fixes #3423 ## Test Plan `cargo test`
This commit is contained in:
parent
cc3259be5f
commit
4b7fed84eb
3 changed files with 19 additions and 18 deletions
|
@ -20,6 +20,7 @@ async-compression = { workspace = true, features = ["bzip2", "gzip", "zstd", "xz
|
|||
async_zip = { workspace = true }
|
||||
fs-err = { workspace = true, features = ["tokio"] }
|
||||
futures = { workspace = true }
|
||||
krata-tokio-tar = { workspace = true }
|
||||
md-5 = { workspace = true }
|
||||
rayon = { workspace = true }
|
||||
reqwest = { workspace = true }
|
||||
|
@ -27,7 +28,6 @@ rustc-hash = { workspace = true }
|
|||
sha2 = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
tokio-tar = { workspace = true }
|
||||
tokio-util = { workspace = true, features = ["compat"] }
|
||||
tracing = { workspace = true }
|
||||
xz2 = { workspace = true, features = ["static"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue