Skip to content

Commit

Permalink
chore(deps): update rust crate env_logger to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 1, 2024
1 parent 3272f07 commit 5eeb690
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
27 changes: 14 additions & 13 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 crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ignore = "0.4"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.9"
log = "0.4"
env_logger = { version = "0.10", default-features = false, features = ["auto-color"] }
env_logger = { version = "0.11", default-features = false, features = ["auto-color"] }
bstr = "1.9"
ahash = "0.8"
difflib = "0.4"
Expand Down

0 comments on commit 5eeb690

Please sign in to comment.