From d58e9353fc82c03f434cfd9fc823f14930119736 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 5 Jan 2023 09:13:47 -0500 Subject: [PATCH] deps: update to grep 0.2.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0845aa1c..7034e294 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ members = [ [dependencies] bstr = "1.1.0" -grep = { version = "0.2.8", path = "crates/grep" } +grep = { version = "0.2.11", path = "crates/grep" } ignore = { version = "0.4.19", path = "crates/ignore" } lazy_static = "1.1.0" log = "0.4.5"