Skip to content

Commit

Permalink
Merge pull request #919 from crate-ci/renovate/env_logger-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate env_logger to 0.11
  • Loading branch information
epage committed Feb 1, 2024
2 parents 64a5d95 + 5eeb690 commit ddb4743
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
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 ddb4743

Please sign in to comment.