Skip to content

Commit

Permalink
Merge pull request #22 from ehuss/update-env_logger
Browse files Browse the repository at this point in the history
Update env_logger
  • Loading branch information
ehuss authored Oct 12, 2023
2 parents 6b7e1ef + 45b0adf commit 8101f8a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 25 deletions.
39 changes: 15 additions & 24 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 @@ -15,7 +15,7 @@ include = ["/src"]
[dependencies]
anyhow = "1.0.37"
clap = { version = "4.4.6", optional = true, features = ["cargo"] }
env_logger = { version = "0.9.0", optional = true }
env_logger = { version = "0.10.0", optional = true }
flate2 = "1.0.19"
log = "0.4.11"
regex = "1.4.2"
Expand Down

0 comments on commit 8101f8a

Please sign in to comment.