-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
externalThe problem is with another package or dependency (not uv)The problem is with another package or dependency (not uv)
Description
The current version of uv depends on the tokio-tar crate:
Line 132 in 8e86cd0
| tokio-tar = { version = "0.3.1" } |
However, the upstream repository has not seen any activity for 10 months now, and the project seems dead. It is currently broken on PowerPC, and I've filed a pull request to fix it. However, I don't hold my hopes high and in general, the repository has a feeling of a fork of async-tar that wasn't really meant to be maintained (note that it doesn't even have a bug tracker).
That said, krata-tokio-tar seems to be a fork of the fork that has had some recent activity, so I've filed my pull request there as well.
Perhaps a better option would be not to rely on tokio-tar (or async-tar) at all.
Metadata
Metadata
Assignees
Labels
externalThe problem is with another package or dependency (not uv)The problem is with another package or dependency (not uv)