From 251376597f808d78c11b86a4405b869e34d24658 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 16 May 2023 13:13:34 -0400 Subject: [PATCH] deps: update minimum version of grep crate Ref #2516 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7034e294..662773ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ members = [ [dependencies] bstr = "1.1.0" -grep = { version = "0.2.11", path = "crates/grep" } +grep = { version = "0.2.12", path = "crates/grep" } ignore = { version = "0.4.19", path = "crates/ignore" } lazy_static = "1.1.0" log = "0.4.5"