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 1c8f5ab7..25aa14d4 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -16,8 +16,8 @@ license = "Unlicense/MIT"
grep-cli = { version = "0.1.4", path = "../cli" }
grep-matcher = { version = "0.1.4", path = "../matcher" }
grep-pcre2 = { version = "0.1.4", path = "../pcre2", optional = true }
-grep-printer = { version = "0.1.4", path = "../printer" }
-grep-regex = { version = "0.1.6", path = "../regex" }
+grep-printer = { version = "0.1.5", path = "../printer" }
+grep-regex = { version = "0.1.8", path = "../regex" }
grep-searcher = { version = "0.1.7", path = "../searcher" }
[dev-dependencies]