Skip to content

Commit

Permalink
Merge pull request #448 from cgwalters/update-env-logger
Browse files Browse the repository at this point in the history
Update env_logger to 0.10
  • Loading branch information
jmarrero committed May 5, 2023
2 parents 25bd46c + 0265197 commit 2408307
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.1"
fs2 = "0.4.3"
hex = "0.4.3"
Expand Down

0 comments on commit 2408307

Please sign in to comment.