Skip to content

Commit

Permalink
Bump env_logger from 0.10.2 to 0.11.6 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 1af3cbb commit 19e1ccc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 58 deletions.
70 changes: 14 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ x509-cert.workspace = true
zeroize = "1"

[dev-dependencies]
env_logger = "0.10"
env_logger = "0.11"
once_cell = "1"

[features]
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.81"

[dependencies]
clap = { version = "4", features = ["derive"] }
env_logger = "0.10"
env_logger = "0.11"
hex = { package = "base16ct", version = "0.2", features = ["alloc"] }
log = "0.4"
once_cell = "1"
Expand Down

0 comments on commit 19e1ccc

Please sign in to comment.