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-06 08:40:49 +00:00 committed by GitHub
parent 0fa41973b4
commit 1704d2c9df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ version = "0.26"
[dev-dependencies]
criterion = "0.5.0"
env_logger = "0.10.0"
env_logger = "0.11.3"
input_buffer = "0.5.0"
rand = "0.8.4"
socket2 = "0.5.5"