Skip to content

Commit

Permalink
Update env_logger requirement from 0.10.0 to 0.11.2 in /halberd_cli
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.10.0...v0.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 8e99108 commit 700a464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halberd_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/o108minmin/halberd"
[dependencies]
clap = "4.0.8"
log = "0.4.16"
env_logger = "0.10.0"
env_logger = "0.11.2"
halberd_core = {path = "../halberd_core"}

[dev-dependencies]
Expand Down

0 comments on commit 700a464

Please sign in to comment.