summaryrefslogtreecommitdiffstats
path: root/crates/pcre2/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/pcre2/Cargo.toml')
-rw-r--r--crates/pcre2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/pcre2/Cargo.toml b/crates/pcre2/Cargo.toml
index ec84f526..f07be484 100644
--- a/crates/pcre2/Cargo.toml
+++ b/crates/pcre2/Cargo.toml
@@ -14,5 +14,5 @@ license = "Unlicense/MIT"
edition = "2018"
[dependencies]
-grep-matcher = { version = "0.1.2", path = "../matcher" }
+grep-matcher = { version = "0.1.5", path = "../matcher" }
pcre2 = "0.2.0"