Dependencies bump
This commit is contained in:
1338
Cargo.lock
generated
1338
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -21,12 +21,11 @@ structopt = "0.3.0"
|
|||||||
log = "0.4.6"
|
log = "0.4.6"
|
||||||
walkdir = "2.2.7"
|
walkdir = "2.2.7"
|
||||||
console = "0.9.0"
|
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"
|
lazy_static = "1.3.0"
|
||||||
rust-ini = "0.14.0"
|
|
||||||
chrono = "0.4.6"
|
chrono = "0.4.6"
|
||||||
openssl-probe = { version = "0.1.2", optional = true }
|
openssl-probe = { version = "0.1.2", optional = true }
|
||||||
pretty_env_logger = "0.3.0"
|
pretty_env_logger = "0.4.0"
|
||||||
glob = "0.3.0"
|
glob = "0.3.0"
|
||||||
strum = { version = "0.17.1", features = ["derive"] }
|
strum = { version = "0.17.1", features = ["derive"] }
|
||||||
thiserror = "1.0.9"
|
thiserror = "1.0.9"
|
||||||
@@ -37,7 +36,7 @@ tempfile = "3.1.0"
|
|||||||
notify-rust = "3.6.3"
|
notify-rust = "3.6.3"
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
nix = "0.16.1"
|
nix = "0.17.0"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
|
|||||||
Reference in New Issue
Block a user