bump env_logger

This commit is contained in:
Ralf Jung 2018-12-26 11:25:20 +01:00
parent d0f57c7cb9
commit e759da6b4b

View File

@ -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`