summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2022-07-15 10:02:41 -0400
committerAndrew Gallant <jamslam@gmail.com>2022-07-15 10:02:41 -0400
commitd53506b7f7b20100af1de0ee86aff8ee205b4fff (patch)
tree16b442576159e36be1ee551e85aeed0cc1a25cd9
parent78a35d4d436e7326c8a18565a9fb7aa0b08958b5 (diff)
grep: bump 'grep-regex' and 'grep-searcher'
To 0.1.10 and 0.1.9, respectively.
-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"