summaryrefslogtreecommitdiffstats
path: root/crates/searcher/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:05:36 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:05:36 -0400
commita34df1f6904839db8295b9303dd6b771604b8394 (patch)
treed7fff9b97ffaf54fe9d0e019876b5b61a84310de /crates/searcher/Cargo.toml
parent7f3fd6f7cee10bc4089a0fdc43a410be4ad21447 (diff)
deps/regex: update minimal versions
Diffstat (limited to 'crates/searcher/Cargo.toml')
-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 073d96c7..e774e89a 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -23,7 +23,7 @@ log = "0.4.5"
memmap = { package = "memmap2", version = "0.3.0" }
[dev-dependencies]
-grep-regex = { version = "0.1.3", path = "../regex" }
+grep-regex = { version = "0.1.9", path = "../regex" }
regex = "1.1"
[features]