summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-27 21:37:41 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-27 21:37:41 -0500
commit9acb4a540508ca06b1bbb1bfbd6ef01f5bd3228d (patch)
tree21fbab37913e1d020e510ba0ec9fe485562a5938
parent0096c74c1195956e893535f1f2919068daef1c2c (diff)
deps: bump grep to 0.3.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 19cbb27f..e7f252d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ members = [
[dependencies]
anyhow = "1.0.75"
bstr = "1.7.0"
-grep = { version = "0.3.0", path = "crates/grep" }
+grep = { version = "0.3.1", path = "crates/grep" }
ignore = { version = "0.4.21", path = "crates/ignore" }
lexopt = "0.3.0"
log = "0.4.5"