Update env_logger requirement from 0.9 to 0.10

Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-25 13:05:23 +00:00 committed by GitHub
parent 5ebe602b00
commit eaa1c62793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ tokio-util = { version = "0.7", features = ["codec"] }
[dev-dependencies]
futures-executor = "0.3"
criterion = "0.4"
env_logger = "0.9"
env_logger = "0.10"
tokio = { version = "1.0", features = [
"macros",
"net",