bump tokio version

This commit is contained in:
ryan 2020-12-30 18:18:01 +13:00
parent a012eb1fb7
commit d7aae3275d
2 changed files with 51 additions and 82 deletions

View file

@ -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"