summaryrefslogtreecommitdiffstats
path: root/crates/regex
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 09:02:40 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 09:02:40 -0500
commitbcc7473a87502949c700c546c5afeeba7f40e2ab (patch)
tree1b31fe19d553468f7b245828d63e25ebe7a911ab /crates/regex
parentbc78c644db115de518a083e192312da77cfffdca (diff)
deps: update to grep-matcher 0.1.6
Diffstat (limited to 'crates/regex')
-rw-r--r--crates/regex/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/regex/Cargo.toml b/crates/regex/Cargo.toml
index 7939978c..617912c2 100644
--- a/crates/regex/Cargo.toml
+++ b/crates/regex/Cargo.toml
@@ -16,7 +16,7 @@ edition = "2018"
[dependencies]
aho-corasick = "0.7.3"
bstr = "1.1.0"
-grep-matcher = { version = "0.1.5", path = "../matcher" }
+grep-matcher = { version = "0.1.6", path = "../matcher" }
log = "0.4.5"
regex = "1.1"
regex-syntax = "0.6.5"