Skip to content

Commit

Permalink
build(deps): update env_logger requirement from 0.10 to 0.11 (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 1a4c1e1 commit 3cdf354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tracing = "0.1"
anyhow = "1.0"
clap-verbosity-flag = {version = "2.0"}
clap = { version = "4.1", features = ["derive", "env"] }
env_logger = "0.10"
env_logger = "0.11"
log = "0.4"
pretty_assertions = "1.3"
temp_testdir = "0.2"
Expand Down

0 comments on commit 3cdf354

Please sign in to comment.