Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit e8234a0

Browse files
Update env_logger requirement from 0.9.0 to 0.10.0
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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 478ec8a commit e8234a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ xmas-elf = "0.8"
2222
bitflags = "1.2"
2323

2424
[target.'cfg(target_family = "unix")'.dev-dependencies]
25-
env_logger = "0.9.0"
25+
env_logger = "0.11.8"
2626

2727
[features]
2828
default = ["log"]

0 commit comments

Comments
 (0)