appmgr: update to tokio 0.3.4

This commit is contained in:
Aiden McClelland
2020-12-01 15:44:02 -07:00
committed by Keagan McClelland
parent 3efb38a742
commit 3a082c108b
7 changed files with 310 additions and 129 deletions

View File

@@ -18,15 +18,15 @@ portable = []
production = []
[dependencies]
emver = { git = "https://github.com/Start9Labs/emver-rs.git", version = "0.1.0", features = ["serde"] }
emver = { version = "0.1.0", features = ["serde"] }
argonautica = "0.2.0"
async-trait = "0.1.41"
async-trait = "0.1.42"
base32 = "0.4.0"
clap = "2.33"
ed25519-dalek = "1.0.1"
failure = "0.1.8"
file-lock = "1.1"
futures = "0.3.7"
futures = "0.3.8"
git-version = "0.3.4"
itertools = "0.9.0"
lazy_static = "1.4"
@@ -38,12 +38,13 @@ pest_derive = "2.1"
prettytable-rs = "0.8.0"
rand = "0.7.3"
regex = "1.4.2"
reqwest = { version = "0.10.8", features = ["stream", "json"] }
reqwest = { version = "0.10.9", features = ["stream", "json"] }
rpassword = "5.0.0"
serde = { version = "1.0.117", features = ["derive", "rc"] }
serde_yaml = "0.8.14"
serde_cbor = "0.11.1"
serde_json = "1.0.59"
simple-logging = "2.0"
tokio = { version = "0.2.22", features = ["full"] }
tokio = { version = "0.3.4", features = ["full"] }
tokio-compat-02 = "0.1.2"
tokio-tar = "0.2.0"