Update env_logger requirement from 0.5.12 to 0.6.0

Updates the requirements on [env_logger](https://github.com/sebasmagri/env_logger) to permit the latest version.
- [Release notes](https://github.com/sebasmagri/env_logger/releases)
- [Commits](https://github.com/sebasmagri/env_logger/commits/v0.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-11-17 23:56:58 +00:00
committed by Michael Vines
parent 043f50487a
commit c6c8351fca
5 changed files with 21 additions and 8 deletions

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
bincode = "1.0.0"
env_logger = "0.5.12"
env_logger = "0.6.0"
log = "0.4.2"
rlua = "0.15.2"
serde = "1.0.27"