Skip to content

Commit

Permalink
update env_logger from 0.10 to 0.11 disabling unnecessary features
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 23, 2024
1 parent 4f4be5e commit 310a477
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 22 deletions.
96 changes: 75 additions & 21 deletions v2/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 v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ammonia = "4.0.0"
anyhow = "1.0.79"
dirs = "5.0.1"
emojis = "0.6.1"
env_logger = "0.10.1"
env_logger = { version = "0.11.3", default-features = false, features = ["auto-color"] }
lexopt = "0.3.0"
log = "0.4.20"
memchr = "2.7.1"
Expand Down

0 comments on commit 310a477

Please sign in to comment.