Skip to content

Commit

Permalink
Bump env_logger (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux authored Mar 10, 2024
1 parent 399f161 commit 0ee930c
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 85 deletions.
187 changes: 103 additions & 84 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 @@ -29,7 +29,7 @@ path = "src/lib.rs"
tokio = { version = "1.26.0", features = ["full"] }
anyhow = "1.0.80"
log = "0.4.21"
env_logger = "0.10.2"
env_logger = "0.11.3"
serde_json = "1.0.114"
clap = { version = "4.5", features = ["cargo", "derive"] }
clap_complete = "4.5"
Expand Down

0 comments on commit 0ee930c

Please sign in to comment.