mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Remove dep futures-lite
from binstalk-downloader
(#1259)
I planned to replace `futures-util` with `futures-lite`, but it turns out that `reqwest` actually depends on `futures-util`, so there is no point removing it and introduce yet another dependency. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
2fbcf188a7
commit
ac012bdcb2
9 changed files with 8 additions and 23 deletions
|
@ -18,7 +18,6 @@ bytes = "1.4.0"
|
|||
bzip2 = "0.4.4"
|
||||
compact_str = "0.7.0"
|
||||
flate2 = { version = "1.0.26", default-features = false }
|
||||
futures-lite = { version = "1.13.0", default-features = false }
|
||||
futures-util = "0.3.28"
|
||||
generic-array = "0.14.7"
|
||||
httpdate = "1.0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue