summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:18:03 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:18:03 -0500
commitb407d62b6370af1e9265d93e81d3972e411a29d4 (patch)
treebf39db92f0bb946289ed01960df8ecc9c6c570f1
parent9bd1e737bcd19471d8837bec9c34143fdfa61fb2 (diff)
deps: bump grep-searcher to 0.1.12
-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 a8ed56dd..a1465457 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -19,7 +19,7 @@ grep-matcher = { version = "0.1.7", path = "../matcher" }
grep-pcre2 = { version = "0.1.7", path = "../pcre2", optional = true }
grep-printer = { version = "0.1.7", path = "../printer" }
grep-regex = { version = "0.1.12", path = "../regex" }
-grep-searcher = { version = "0.1.11", path = "../searcher" }
+grep-searcher = { version = "0.1.12", path = "../searcher" }
[dev-dependencies]
termcolor = "1.0.4"
diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml
index a3d528ac..ec08142d 100644
--- a/crates/printer/Cargo.toml
+++ b/crates/printer/Cargo.toml
@@ -21,7 +21,7 @@ serde = ["dep:serde", "dep:serde_json"]
[dependencies]
bstr = "1.6.2"
grep-matcher = { version = "0.1.7", path = "../matcher" }
-grep-searcher = { version = "0.1.11", path = "../searcher" }
+grep-searcher = { version = "0.1.12", path = "../searcher" }
log = "0.4.5"
termcolor = "1.3.0"
serde = { version = "1.0.193", optional = true }