summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2022-07-15 10:02:06 -0400
committerAndrew Gallant <jamslam@gmail.com>2022-07-15 10:02:06 -0400
commita933d0bc90b9eda9fc9c1d6923b92772efc1d341 (patch)
tree6bc515fb54dfd6e9f436fb7b6c2ebdc094bff2ec
parent2cae30e399e7846843bec6fc6db0d5b6c12e7c4e (diff)
searcher: bump grep-regex dep to 0.1.10
-rw-r--r--crates/searcher/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Cargo.toml
index e85157b3..a3ca3b19 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -23,7 +23,7 @@ log = "0.4.5"
memmap = { package = "memmap2", version = "0.5.3" }
[dev-dependencies]
-grep-regex = { version = "0.1.9", path = "../regex" }
+grep-regex = { version = "0.1.10", path = "../regex" }
regex = "1.1"
[features]