mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Enable feat gzip, brotli & deflate of dep reqwest (#434)
So that downloading uncompressed binary can be faster for slow connection. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
ac5efc88fc
commit
f824adeb06
2 changed files with 52 additions and 1 deletions
|
@ -30,7 +30,7 @@ log = { version = "0.4.17", features = ["std"] }
|
|||
miette = "5.3.0"
|
||||
normalize-path = { version = "0.1.0", path = "../normalize-path" }
|
||||
once_cell = "1.15.0"
|
||||
reqwest = { version = "0.11.12", features = ["stream"], default-features = false }
|
||||
reqwest = { version = "0.11.12", features = ["stream", "gzip", "brotli", "deflate"], default-features = false }
|
||||
scopeguard = "1.1.0"
|
||||
semver = { version = "1.0.14", features = ["serde"] }
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue