Update env_logger requirement from 0.6 to 0.7 (#1786)

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)
- [Changelog](https://github.com/sebasmagri/env_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebasmagri/env_logger/compare/v0.6.0...v0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-24 09:00:22 -05:00
committed by Alex Crichton
parent 9c330529f2
commit a88003c2ec
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ edition = '2018'
[dependencies]
curl = "0.4.13"
docopt = "1.0"
env_logger = "0.6"
env_logger = "0.7"
failure = "0.1.2"
log = "0.4"
openssl = { version = '0.10.11', optional = true }