mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-17 08:06:38 +00:00
update tokio, blocked on other deps
This commit is contained in:
parent
9499b0f9d5
commit
2c933289b0
2 changed files with 236 additions and 47 deletions
|
@ -18,12 +18,12 @@ bin-dir = "{ bin }{ format }"
|
|||
crates_io_api = "0.6.1"
|
||||
cargo_metadata = "0.12.1"
|
||||
tinytemplate = "1.2.0"
|
||||
tokio = { version = "0.2.24", features = [ "macros" ] }
|
||||
tokio = { version = "1.0.1", features = [ "macros" ] }
|
||||
log = "0.4.11"
|
||||
structopt = "0.3.21"
|
||||
simplelog = "0.8.0"
|
||||
anyhow = "1.0.35"
|
||||
reqwest = "0.10.10"
|
||||
reqwest = "0.11.0"
|
||||
tempdir = "0.3.7"
|
||||
flate2 = "1.0.19"
|
||||
tar = "0.4.30"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue