Use Astral-maintained tokio-tar fork (#11174)

## Summary

I shipped one security fix here along with several significant
performance improvements for large TAR files:

- https://github.com/astral-sh/tokio-tar/pull/2
- https://github.com/astral-sh/tokio-tar/pull/4
- https://github.com/astral-sh/tokio-tar/pull/5

I also PR'd the security fix to `edera-dev`
(https://github.com/edera-dev/tokio-tar/pull/4).
This commit is contained in:
Charlie Marsh 2025-02-03 12:51:35 -05:00 committed by GitHub
parent 56684e4c24
commit 7b43baf251
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 49 additions and 64 deletions

View file

@ -25,13 +25,13 @@ uv-pypi-types = { workspace = true }
uv-static = { workspace = true }
uv-warnings = { workspace = true }
astral-tokio-tar = { workspace = true }
async-compression = { workspace = true }
base64 = { workspace = true }
fs-err = { workspace = true }
futures = { workspace = true }
glob = { workspace = true }
itertools = { workspace = true }
krata-tokio-tar = { workspace = true }
reqwest = { workspace = true }
reqwest-middleware = { workspace = true }
reqwest-retry = { workspace = true }