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:
parent
5c1de2a1d3
commit
819c866107
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue