summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2022-07-15 10:06:31 -0400
committerAndrew Gallant <jamslam@gmail.com>2022-07-15 10:06:31 -0400
commitdb0b92b62d51cb6f8f1a3a1a60bdc4b4708e6346 (patch)
treee5838ca239c7d8e25c46fe53adf785a6b259372a
parent33b81cac48a9716f76351e9d922b88f2c940c140 (diff)
grep: bump grep-searcher to 0.1.10
This was a result of leaving a stray 'dbg!'.
-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 d1ec5423..b871e5c0 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -19,7 +19,7 @@ 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.10", path = "../regex" }
-grep-searcher = { version = "0.1.9", path = "../searcher" }
+grep-searcher = { version = "0.1.10", path = "../searcher" }
[dev-dependencies]
termcolor = "1.0.4"