Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2024
1 parent f150921 commit 198a62c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 mit-commit-message-lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = "1.0.63"
miette = { version = "7.2.0", features = [ "fancy" ] }
git2 = "0.19.0"
openssl = { version = "0.10.66", optional = true }
regex = "1.10.6"
regex = "1.11.0"
serde_yaml = "0.9.34"
serde_derive = "1.0.209"
indoc = "2.0.5"
Expand Down

0 comments on commit 198a62c

Please sign in to comment.