Update dependencies

This commit is contained in:
timvisee 2019-01-11 18:14:26 +01:00
parent 60742bbf4e
commit 74675e9218
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
2 changed files with 554 additions and 315 deletions

865
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -64,7 +64,7 @@ no-color = ["colored/no-color"]
chbs = "0.0.8"
chrono = "0.4"
clap = "2.31"
colored = "1.6"
colored = "1.7"
derive_builder = "0.7"
directories = "1.0"
failure = "0.1"
@ -75,7 +75,7 @@ open = "1"
openssl-probe = "0.1"
pbr = "1"
prettytable-rs = "0.8"
rpassword = "2.0"
rpassword = "2.1"
serde = "1.0"
serde_derive = "1.0"
tar = { version = "0.4", optional = true }