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

Commit cb237f3

Browse files
dependabot[bot]Pfarrer
authored andcommitted
Update env_logger requirement from 0.10 to 0.11
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.3) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 701dc6d commit cb237f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ rt = { path = "../rt" }
1212

1313
clap = { version = "3.1.2", features = ["derive"] }
1414
prettytable-rs = "0.10"
15-
env_logger = "0.10"
15+
env_logger = "0.11"
1616
anyhow = { version = "1.0", features = ["backtrace"] }

0 commit comments

Comments
 (0)