summaryrefslogtreecommitdiffstats
path: root/crates/regex/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/regex/Cargo.toml')
-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 f3266081..5c87c3fd 100644
--- a/crates/regex/Cargo.toml
+++ b/crates/regex/Cargo.toml
@@ -15,7 +15,7 @@ edition = "2021"
[dependencies]
bstr = "1.6.2"
-grep-matcher = { version = "0.1.6", path = "../matcher" }
+grep-matcher = { version = "0.1.7", path = "../matcher" }
log = "0.4.20"
regex-automata = { version = "0.4.0" }
regex-syntax = "0.8.0"