summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:18:53 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:18:53 -0500
commit9c4b0baf1019ba3b21bc2ba03f7ef7af2c925470 (patch)
tree8a384fe71c87737628e643173b4dd8a7180fcb6d
parent179487aaed881a2f6a808a73ed7c11996da81d60 (diff)
deps: bump grep to 0.2.13
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df6057ec..ffb62421 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ members = [
[dependencies]
anyhow = "1.0.75"
bstr = "1.7.0"
-grep = { version = "0.2.12", path = "crates/grep" }
+grep = { version = "0.2.13", path = "crates/grep" }
ignore = { version = "0.4.21", path = "crates/ignore" }
lexopt = "0.3.0"
log = "0.4.5"