summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crates/grep/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index cefb936c..61adbc25 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -18,8 +18,8 @@ grep-cli = { version = "0.1.6", path = "../cli" }
grep-matcher = { version = "0.1.5", path = "../matcher" }
grep-pcre2 = { version = "0.1.5", path = "../pcre2", optional = true }
grep-printer = { version = "0.1.6", path = "../printer" }
-grep-regex = { version = "0.1.9", path = "../regex" }
-grep-searcher = { version = "0.1.8", path = "../searcher" }
+grep-regex = { version = "0.1.10", path = "../regex" }
+grep-searcher = { version = "0.1.9", path = "../searcher" }
[dev-dependencies]
termcolor = "1.0.4"