Update rs-async-zip fork commit (#5560)

## Summary

Closes https://github.com/astral-sh/uv/issues/5556.
This commit is contained in:
Charlie Marsh 2024-07-29 10:42:53 -04:00 committed by GitHub
parent e6ad0cd2f9
commit a346d257cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -251,7 +251,7 @@ dependencies = [
[[package]] [[package]]
name = "async_zip" name = "async_zip"
version = "0.0.17" version = "0.0.17"
source = "git+https://github.com/charliermarsh/rs-async-zip?rev=1dcb40cfe1bf5325a6fd4bfcf9894db40241f585#1dcb40cfe1bf5325a6fd4bfcf9894db40241f585" source = "git+https://github.com/charliermarsh/rs-async-zip?rev=011b24604fa7bc223daaad7712c0694bac8f0a87#011b24604fa7bc223daaad7712c0694bac8f0a87"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"crc32fast", "crc32fast",

View file

@ -62,7 +62,7 @@ async-channel = { version = "2.2.0" }
async-compression = { version = "0.4.6" } async-compression = { version = "0.4.6" }
async-trait = { version = "0.1.78" } async-trait = { version = "0.1.78" }
async_http_range_reader = { version = "0.8.0" } async_http_range_reader = { version = "0.8.0" }
async_zip = { git = "https://github.com/charliermarsh/rs-async-zip", rev = "1dcb40cfe1bf5325a6fd4bfcf9894db40241f585", features = ["deflate"] } async_zip = { git = "https://github.com/charliermarsh/rs-async-zip", rev = "011b24604fa7bc223daaad7712c0694bac8f0a87", features = ["deflate"] }
axoupdater = { version = "0.7.0", default-features = false } axoupdater = { version = "0.7.0", default-features = false }
backoff = { version = "0.4.0" } backoff = { version = "0.4.0" }
base64 = { version = "0.22.0" } base64 = { version = "0.22.0" }