summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-27 21:35:53 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-27 21:35:53 -0500
commitd23b74975ab02dde74f0e9799fccc53013fe61c7 (patch)
tree0ad57f032b0d50e9494bd63ccc38b0670d578727
parenta5cbdb3dfe938a0fbe6f8e46f85f73eed0b2cd5e (diff)
deps: bump grep-searcher to 0.1.13
-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 0634bd9b..5228f19a 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.2.0", path = "../printer" }
grep-regex = { version = "0.1.12", path = "../regex" }
-grep-searcher = { version = "0.1.12", path = "../searcher" }
+grep-searcher = { version = "0.1.13", path = "../searcher" }
[dev-dependencies]
termcolor = "1.0.4"
diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml
index ef41fc41..819a3c73 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.12", path = "../searcher" }
+grep-searcher = { version = "0.1.13", path = "../searcher" }
log = "0.4.5"
termcolor = "1.3.0"
serde = { version = "1.0.193", optional = true }