Bump env_logger from 0.7.1 to 0.8.2

Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.7.1 to 0.8.2.
- [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.1...v0.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-24 06:32:52 +00:00 committed by Josh Matthews
parent ec09417358
commit 056a0380bd
4 changed files with 29 additions and 8 deletions

View file

@ -14,7 +14,7 @@ bench = false
[dependencies]
backtrace = "0.3"
env_logger = "0.7"
env_logger = "0.8"
lazy_static = "1"
log = "0.4"
simpleservo = { path = "../api" }