summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 09:07:49 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 09:07:49 -0500
commitad793a0d8f387be1fce20d862f26f75533b84b28 (patch)
treecdab74896dab0a3f1c878d68509150e666956759
parent120e55e7c7502c843c8548f1d694ebdf72fc114c (diff)
deps: update to grep-searcher 0.1.11
-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 f0168ba2..2fa5c036 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -19,7 +19,7 @@ grep-matcher = { version = "0.1.6", path = "../matcher" }
grep-pcre2 = { version = "0.1.6", path = "../pcre2", optional = true }
grep-printer = { version = "0.1.6", path = "../printer" }
grep-regex = { version = "0.1.11", path = "../regex" }
-grep-searcher = { version = "0.1.10", path = "../searcher" }
+grep-searcher = { version = "0.1.11", path = "../searcher" }
[dev-dependencies]
termcolor = "1.0.4"
diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml
index be5159d2..acdec6e2 100644
--- a/crates/printer/Cargo.toml
+++ b/crates/printer/Cargo.toml
@@ -22,7 +22,7 @@ serde1 = ["base64", "serde", "serde_json"]
base64 = { version = "0.20.0", optional = true }
bstr = "1.1.0"
grep-matcher = { version = "0.1.6", path = "../matcher" }
-grep-searcher = { version = "0.1.8", path = "../searcher" }
+grep-searcher = { version = "0.1.11", path = "../searcher" }
termcolor = "1.0.4"
serde = { version = "1.0.77", optional = true, features = ["derive"] }
serde_json = { version = "1.0.27", optional = true }