Update env_logger requirement from 0.7 to 0.8 (#108)

Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.0...v0.8.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-10-20 10:12:16 -04:00 committed by GitHub
parent 1522221f7d
commit 5f26d6567f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
log = "0.4"
env_logger = "0.7"
env_logger = "0.8"
getopts = "0.2"
hdrhistogram = "7.0"
quanta = "0.6"