summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:17:11 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:17:11 -0500
commitc12231c6219cf86724c885c8d204b77996d76fe3 (patch)
tree7e866aca33e3a2b0898187313dbcef32808a82f5
parentb0df573834ce5e421b9c362ff4437342e02d61e5 (diff)
deps: bump grep-pcre2 to 0.1.7
-rw-r--r--crates/grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 2c6345f0..a8ed56dd 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -16,7 +16,7 @@ edition = "2021"
[dependencies]
grep-cli = { version = "0.1.10", path = "../cli" }
grep-matcher = { version = "0.1.7", path = "../matcher" }
-grep-pcre2 = { version = "0.1.6", path = "../pcre2", optional = true }
+grep-pcre2 = { version = "0.1.7", path = "../pcre2", optional = true }
grep-printer = { version = "0.1.7", path = "../printer" }
grep-regex = { version = "0.1.12", path = "../regex" }
grep-searcher = { version = "0.1.11", path = "../searcher" }