From 312a7884fc6ad9e4dd07542a77bf8e94503440ad Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 8 Sep 2024 22:06:39 -0400 Subject: [PATCH] deps: bump ignore to 0.4.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bb068b81..0c7a99491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ members = [ anyhow = "1.0.75" bstr = "1.7.0" grep = { version = "0.3.1", path = "crates/grep" } -ignore = { version = "0.4.22", path = "crates/ignore" } +ignore = { version = "0.4.23", path = "crates/ignore" } lexopt = "0.3.0" log = "0.4.5" serde_json = "1.0.23"