Skip to content

Commit

Permalink
Update async_http_range_reader to merged version
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Nov 5, 2023
1 parent 41f799f commit 9c8cfad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"

[workspace.dependencies]
anyhow = { version = "1.0.75" }
async_http_range_reader = { version = "0.3.0", git = "https://github.com/konstin/async_http_range_reader", branch = "return-head-response" }
async_http_range_reader = { version = "0.3.0", git = "https://github.com/baszalmstra/async_http_range_reader", ref = "4cafe5afda889d53060e0565c949d4ffd6ef3786" }
async_zip = { version = "0.0.15", features = ["tokio", "deflate"] }
bitflags = { version = "2.4.0" }
cacache = { version = "11.7.1", default-features = false, features = ["tokio-runtime"] }
Expand Down

0 comments on commit 9c8cfad

Please sign in to comment.