Update env_logger requirement from 0.10.0 to 0.11.3

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.10.0...v0.11.3)

---
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]
2024-03-05 18:16:31 +00:00
committed by GitHub
parent 0527b6268d
commit 358a19f6f7
+1 -1
View File
@@ -43,4 +43,4 @@ tokio = { version = "1.32.0", features = ["macros"] }
[dev-dependencies]
mockito = "1.2.0"
env_logger = "0.10.0"
env_logger = "0.11.3"