chore(deps): bump env_logger from 0.10.2 to 0.11.0

Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to 0.11.0.
- [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.2...v0.11.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-22 10:12:49 +00:00 committed by Matt Brubeck
parent 6825daaa90
commit fc844da10c
2 changed files with 72 additions and 66 deletions

View file

@ -13,7 +13,7 @@ exclude = ["/tools", "/.github", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md
[dependencies]
configparser = "3.0"
env_logger = { version = "0.10", default-features = false, features = ["auto-color", "humantime"] }
env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] }
futures-util = "0.3"
getopts = "0.2.21"
glob = "0.3"