Skip to content

Commit

Permalink
Upgrade async_http_range_reader to v0.8.0 (#3460)
Browse files Browse the repository at this point in the history
## Summary

Closes #2025.
Closes #3255.
Closes #2843.
  • Loading branch information
charliermarsh committed May 8, 2024
1 parent 76a3ceb commit 18d229e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ anyhow = { version = "1.0.80" }
async-channel = { version = "2.2.0" }
async-compression = { version = "0.4.6" }
async-trait = { version = "0.1.78" }
async_http_range_reader = { version = "0.7.1" }
async_http_range_reader = { version = "0.8.0" }
async_zip = { git = "https://github.com/charliermarsh/rs-async-zip", rev = "1dcb40cfe1bf5325a6fd4bfcf9894db40241f585", features = ["deflate"] }
axoupdater = { version = "0.6.0", default-features = false }
backoff = { version = "0.4.0" }
Expand Down
1 change: 1 addition & 0 deletions crates/uv-client/src/registry_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ impl RegistryClient {
let mut reader = AsyncHttpRangeReader::from_head_response(
self.uncached_client().client(),
response,
url.clone(),
headers,
)
.await
Expand Down

0 comments on commit 18d229e

Please sign in to comment.