Skip to content

Commit

Permalink
chore(cargo): update env_logger requirement from 0.7 to 0.11
Browse files Browse the repository at this point in the history
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](rust-cli/env_logger@v0.7.0...v0.11.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gierens committed Aug 3, 2024
1 parent bc48718 commit b146509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ optional = true
default-features = false

[dev-dependencies.env_logger]
version = "0.7"
version = "0.11"
default-features = false
features = []

Expand Down

0 comments on commit b146509

Please sign in to comment.