Skip to content

Commit

Permalink
update regex to v1.8.3 for avoiding erroneous match
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 29, 2023
1 parent 5fd8cd3 commit 639d9a2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 33 deletions.
61 changes: 29 additions & 32 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
Expand Up @@ -58,7 +58,7 @@ bat = { version = "^0.23.0", default-features = false, features = ["regex-onig"]
grep-regex = { version = "0.1.11", optional = true }
grep-searcher = { version = "0.1.11", optional = true }
ignore = { version = "0.4", optional = true }
regex = { version = "1.8.1", optional = true }
regex = { version = "1.8.3", optional = true }
grep-matcher = { version = "0.1.6", optional = true }
grep-pcre2 = { version = "0.1.6", optional = true }
syntect = { version = "5.0.0", optional = true }
Expand Down

0 comments on commit 639d9a2

Please sign in to comment.