mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
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:
parent
56684e4c24
commit
7b43baf251
7 changed files with 49 additions and 64 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue