Update env_logger requirement from 0.5 to 0.6

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-12 08:17:10 +00:00
parent 406581da7e
commit d673d5cfff
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ information see https://github.com/alexcrichton/wasm-bindgen.
[dependencies]
curl = "0.4.13"
docopt = "1.0"
env_logger = "0.5"
env_logger = "0.6"
failure = "0.1.2"
log = "0.4"
parity-wasm = "0.35"