Skip to content

Commit 4960e18

Browse files
build(deps): update env_logger requirement from 0.10.2 to 0.11.3
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.2...v0.11.3) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d864ec2 commit 4960e18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ chrono = "0.4.35"
3232
clap = { version = "4.5.3", features = ["default", "derive"] }
3333
crossbeam = "0.8.4"
3434
colored = "2.1.0"
35-
env_logger = "0.10.2"
35+
env_logger = "0.11.3"
3636
half = "2.4.0"
3737
log = "0.4.21"
3838
num_cpus = "1.16.0"

0 commit comments

Comments
 (0)