Dependencies bump

This commit is contained in:
Roey Darwish Dror
2018-12-12 13:05:02 +02:00
parent 370310948b
commit 5fd38bfe98
2 changed files with 404 additions and 302 deletions

686
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,21 +11,21 @@ exclude = ["doc/screenshot.gif"]
directories = "1.0.2" directories = "1.0.2"
failure = "0.1.3" failure = "0.1.3"
failure_derive = "0.1.3" failure_derive = "0.1.3"
serde = "1.0.80" serde = "1.0.82"
serde_derive = "1.0.80" serde_derive = "1.0.82"
toml = "0.4.8" toml = "0.4.10"
which = "2.0.0" which = "2.0.1"
shellexpand = "1.0.0" shellexpand = "1.0.0"
structopt = "0.2.12" structopt = "0.2.14"
log = "0.4.6" log = "0.4.6"
env_logger = "0.5.13" env_logger = "0.6.0"
walkdir = "2.2.6" walkdir = "2.2.7"
console = "0.6.2" console = "0.7.1"
self_update = { version = "0.5.0", optional = true } self_update = { version = "0.5.0", optional = true }
lazy_static = "1.1.0" lazy_static = "1.2.0"
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
nix = "0.11.0" nix = "0.12.0"
[profile.release] [profile.release]
lto = true lto = true