From a63671efb069bbef88a4426b08d45508af716514 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 22 Oct 2025 08:29:19 -0400 Subject: [PATCH] deps: bump to grep 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e0fe73..2b42d7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ members = [ [dependencies] anyhow = "1.0.75" bstr = "1.7.0" -grep = { version = "0.4.0", path = "crates/grep" } +grep = { version = "0.4.1", path = "crates/grep" } ignore = { version = "0.4.24", path = "crates/ignore" } lexopt = "0.3.0" log = "0.4.5"