Use pretty_env_logger

This commit is contained in:
Roey Darwish Dror
2019-08-04 09:33:01 +03:00
parent 0993e3845d
commit 4941a0831a
3 changed files with 20 additions and 7 deletions

View File

@@ -20,7 +20,6 @@ which_crate = { version = "2.0.1", package = "which" }
shellexpand = "1.0.0"
structopt = "0.2.16"
log = "0.4.6"
env_logger = "0.6.1"
walkdir = "2.2.7"
console = "0.7.5"
self_update_crate = { version = "0.5.1", optional = true, package = "self_update" }
@@ -31,6 +30,7 @@ tokio = "0.1.21"
tokio-process = "0.2.3"
futures = "0.1.27"
openssl-probe = { version = "0.1.2", optional = true }
pretty_env_logger = "0.3.0"
[target.'cfg(unix)'.dependencies]
nix = "0.14.0"