Update log requirement to 0.4.3 (#353)

* Update log requirement to 0.4.3

Updates the requirements on [log](https://github.com/rust-lang/log) to permit the latest version.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits/env_logger-0.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Update Cargo.toml
This commit is contained in:
dependabot[bot]
2018-07-31 09:31:19 +09:00
committed by Paul Masurel
parent 52b4575245
commit 1b470dd474

View File

@@ -23,7 +23,7 @@ lz4 = {version="1.20", optional=true}
snap = {version="0.2"}
atomicwrites = {version="0.2.2", optional=true}
tempfile = "3.0"
log = "0.3.6"
log = "0.4"
combine = "2.2"
tempdir = "0.3"
serde = "1.0"