summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:07:28 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:07:28 -0400
commitf1c656de408b79368cdd68b55dd9d001f886f848 (patch)
treeb5b97ef3961dc76d6cbaad53780226eede62661c
parentdd47582619939c3f105a7161b2e313683d64aefe (diff)
deps/searcher: update minimal versions
-rw-r--r--crates/grep/Cargo.toml2
-rw-r--r--crates/printer/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 9ad6320b..3d1e1596 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.5", path = "../printer" }
grep-regex = { version = "0.1.9", path = "../regex" }
-grep-searcher = { version = "0.1.7", path = "../searcher" }
+grep-searcher = { version = "0.1.8", path = "../searcher" }
[dev-dependencies]
termcolor = "1.0.4"
diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml
index 7f9d3a56..8258a838 100644
--- a/crates/printer/Cargo.toml
+++ b/crates/printer/Cargo.toml
@@ -22,7 +22,7 @@ serde1 = ["base64", "serde", "serde_json"]
base64 = { version = "0.13.0", optional = true }
bstr = "0.2.0"
grep-matcher = { version = "0.1.5", path = "../matcher" }
-grep-searcher = { version = "0.1.4", path = "../searcher" }
+grep-searcher = { version = "0.1.8", path = "../searcher" }
termcolor = "1.0.4"
serde = { version = "1.0.77", optional = true, features = ["derive"] }
serde_json = { version = "1.0.27", optional = true }