Update Cargo.toml version number constraints and Cargo.lock

This commit is contained in:
timvisee 2020-01-20 18:06:43 +01:00
parent a261afe749
commit 9299ec04eb
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
2 changed files with 92 additions and 93 deletions

View file

@ -119,13 +119,13 @@ pbr = "1"
prettytable-rs = "0.8"
qr2term = { version = "0.1", optional = true }
regex = "1.3"
rpassword = "4.0"
serde = "1.0"
serde_derive = "1.0"
rpassword = "4"
serde = "1"
serde_derive = "1"
tar = { version = "0.4", optional = true }
tempfile = "3"
toml = "0.5"
urlshortener = { version = "2.0", optional = true }
urlshortener = { version = "2", optional = true }
version-compare = "0.0.10"
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))'.dependencies]