Dependencies bump

This commit is contained in:
Roey Darwish Dror
2020-02-10 22:17:59 +02:00
parent b9f36bb326
commit 48bce8d140
2 changed files with 537 additions and 808 deletions

1338
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,12 +21,11 @@ structopt = "0.3.0"
log = "0.4.6"
walkdir = "2.2.7"
console = "0.9.0"
self_update_crate = { version = "0.8.0", optional = true, package = "self_update" }
self_update_crate = { version = "0.11.1", optional = true, package = "self_update" }
lazy_static = "1.3.0"
rust-ini = "0.14.0"
chrono = "0.4.6"
openssl-probe = { version = "0.1.2", optional = true }
pretty_env_logger = "0.3.0"
pretty_env_logger = "0.4.0"
glob = "0.3.0"
strum = { version = "0.17.1", features = ["derive"] }
thiserror = "1.0.9"
@@ -37,7 +36,7 @@ tempfile = "3.1.0"
notify-rust = "3.6.3"
[target.'cfg(unix)'.dependencies]
nix = "0.16.1"
nix = "0.17.0"
[profile.release]
lto = true