From e759da6b4b7d64d9561fa988765acbc6215aecbb Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 26 Dec 2018 11:25:20 +0100 Subject: [PATCH] bump env_logger --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fd45b0c741..5e78661c219 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ byteorder = { version = "1.1", features = ["i128"]} cargo_metadata = { version = "0.6", optional = true } directories = { version = "1.0", optional = true } rustc_version = { version = "0.2.3", optional = true } -env_logger = "0.5" +env_logger = "0.6" log = "0.4" # A noop dependency that changes in the Rust repository, it's a bit of a hack. # See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`