mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-05 19:50:02 +00:00
Reuse reqwest client in crates_io_api::AsyncClient
(#349)
This commit is contained in:
parent
e7d2eb1aef
commit
f7ad78288b
4 changed files with 132 additions and 125 deletions
|
@ -16,7 +16,7 @@ bzip2 = "0.4.3"
|
|||
cargo_toml = "0.11.5"
|
||||
clap = { version = "3.2.17", features = ["derive"] }
|
||||
compact_str = { version = "0.6.0", features = ["serde"] }
|
||||
crates_io_api = { version = "0.8.0", default-features = false }
|
||||
crates_io_api = { version = "0.8.1", default-features = false }
|
||||
detect-targets = { version = "0.1.2", path = "../detect-targets" }
|
||||
digest = "0.10.3"
|
||||
flate2 = { version = "1.0.24", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue