mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
bump tokio version
This commit is contained in:
parent
a012eb1fb7
commit
d7aae3275d
2 changed files with 51 additions and 82 deletions
|
@ -12,12 +12,12 @@ license = "GPL-3.0"
|
|||
crates_io_api = "0.6.1"
|
||||
cargo_metadata = "0.12.1"
|
||||
tinytemplate = "1.1.0"
|
||||
tokio = { version = "0.2.24", features = [ "macros" ] }
|
||||
tokio = { version = "1.0.1", features = [ "macros", "rt-multi-thread" ] }
|
||||
log = "0.4.11"
|
||||
structopt = "0.3.21"
|
||||
simplelog = "0.8.0"
|
||||
anyhow = "1.0.35"
|
||||
reqwest = { version = "0.10.9" }
|
||||
reqwest = "0.10.10"
|
||||
tempdir = "0.3.7"
|
||||
flate2 = "1.0.19"
|
||||
tar = "0.4.30"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue