Dependencies bump
This commit is contained in:
686
Cargo.lock
generated
686
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
20
Cargo.toml
20
Cargo.toml
@@ -11,21 +11,21 @@ exclude = ["doc/screenshot.gif"]
|
||||
directories = "1.0.2"
|
||||
failure = "0.1.3"
|
||||
failure_derive = "0.1.3"
|
||||
serde = "1.0.80"
|
||||
serde_derive = "1.0.80"
|
||||
toml = "0.4.8"
|
||||
which = "2.0.0"
|
||||
serde = "1.0.82"
|
||||
serde_derive = "1.0.82"
|
||||
toml = "0.4.10"
|
||||
which = "2.0.1"
|
||||
shellexpand = "1.0.0"
|
||||
structopt = "0.2.12"
|
||||
structopt = "0.2.14"
|
||||
log = "0.4.6"
|
||||
env_logger = "0.5.13"
|
||||
walkdir = "2.2.6"
|
||||
console = "0.6.2"
|
||||
env_logger = "0.6.0"
|
||||
walkdir = "2.2.7"
|
||||
console = "0.7.1"
|
||||
self_update = { version = "0.5.0", optional = true }
|
||||
lazy_static = "1.1.0"
|
||||
lazy_static = "1.2.0"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = "0.11.0"
|
||||
nix = "0.12.0"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user