Rollup merge of #64235 - mati865:env_logger, r=alexcrichton

Upgrade env_logger to 0.6
This commit is contained in:
Mazdak Farrokhzad 2019-09-07 20:01:48 +02:00 committed by GitHub
commit 448b38f0bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 26 deletions

View file

@ -12,7 +12,7 @@ crate-type = ["dylib"]
[dependencies]
graphviz = { path = "../libgraphviz" }
log = "0.4"
env_logger = { version = "0.5", default-features = false }
env_logger = { version = "0.6", default-features = false }
rustc = { path = "../librustc" }
rustc_target = { path = "../librustc_target" }
rustc_ast_borrowck = { path = "../librustc_ast_borrowck" }

View file

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
diff = "0.1.10"
env_logger = { version = "0.5", default-features = false }
env_logger = { version = "0.6", default-features = false }
getopts = "0.2"
log = "0.4"
regex = "1.0"