From 0f61f08eb11f4179f341c9ddf492d388194fc78b Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 5 Jan 2023 08:57:05 -0500 Subject: [PATCH] deps: update to ignore 0.4.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d9ab05a4..0845aa1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ members = [ [dependencies] bstr = "1.1.0" grep = { version = "0.2.8", path = "crates/grep" } -ignore = { version = "0.4.18", path = "crates/ignore" } +ignore = { version = "0.4.19", path = "crates/ignore" } lazy_static = "1.1.0" log = "0.4.5" regex = "1.3.5"