Skip to content

Commit

Permalink
Update env_logger to 0.10
Browse files Browse the repository at this point in the history
Obsoletes #406
  • Loading branch information
cgwalters committed Mar 21, 2023
1 parent 0d495f8 commit 939c13d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
36 changes: 17 additions & 19 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 @@ -20,7 +20,7 @@ anyhow = "1.0"
bincode = "1.3.2"
chrono = { version = "0.4.24", features = ["serde"] }
clap = { version = "3.2", default-features = false, features = ["cargo", "derive", "std", "suggestions"] }
env_logger = ">= 0.8, < 0.10"
env_logger = "0.10"
fn-error-context = "0.2.0"
fs2 = "0.4.3"
hex = "0.4.3"
Expand Down

0 comments on commit 939c13d

Please sign in to comment.