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 04:29:37 +00:00 committed by Marcel Buesing
parent 5c1de2a1d3
commit 819c866107

View file

@ -13,7 +13,7 @@ embedded-hal = "0.2"
log = "0.4" log = "0.4"
[dev-dependencies] [dev-dependencies]
env_logger = "0.5" env_logger = "0.6"
futures = "0.1" futures = "0.1"
i2cdev = "0.4" i2cdev = "0.4"
influent = "0.5" influent = "0.5"