Skip to content

Commit

Permalink
Update env_logger requirement from 0.10 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.10.0...v0.11.0)

---
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 smoelius committed Jan 25, 2024
1 parent e40e372 commit 06c28ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cargo-test-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ anyhow = { version = "1.0", features = ["backtrace"] }
bitflags = "2.4"
cargo_metadata = "0.18"
clap = { version = "4.4", features = ["cargo", "derive", "wrap_help"] }
env_logger = "0.10"
env_logger = "0.11"
heck = "0.4"
log = "0.4"
paste = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0"
assert_cmd = "2.0"
cargo_metadata = "0.18"
ctor = "0.2"
env_logger = "0.10"
env_logger = "0.11"
if_chain = "1.0"
log = "0.4"
once_cell = "1.19"
Expand Down

0 comments on commit 06c28ff

Please sign in to comment.