diff --git a/Cargo.lock b/Cargo.lock index 62a1dba28e693..df1ba0c3762e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "async_http_range_reader" version = "0.3.0" -source = "git+https://github.com/konstin/async_http_range_reader?branch=return-head-response#f61678c9545c05dfb2353047b8cd97250bac0739" +source = "git+https://github.com/baszalmstra/async_http_range_reader#4cafe5afda889d53060e0565c949d4ffd6ef3786" dependencies = [ "bisection", "futures", diff --git a/Cargo.toml b/Cargo.toml index 56c6722ed79ea..58b12bad20702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }