Skip to content

Commit

Permalink
Update Rust crate env_logger to 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Jul 25, 2024
1 parent 6a2487f commit 6e6d450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/x/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 src/x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.86", default-features = false }
clap = { version = "4.5.11", default-features = false, features = ["std", "cargo", "color", "deprecated", "env", "error-context", "help", "string", "suggestions", "unicode", "usage"] }
env_logger = { version = "0.11.4", default-features = false }
env_logger = { version = "0.11.5", default-features = false }
log = { version = "0.4.22", default-features = false }

0 comments on commit 6e6d450

Please sign in to comment.