From c285ee6662a26c62aa8bd234241a11d018f11baa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:47:19 +0000 Subject: [PATCH] chore(deps): update rust crate ignore to 0.4.24 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2852a522ca3..b71b732d277f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3138,9 +3138,9 @@ dependencies = [ [[package]] name = "ignore" -version = "0.4.23" +version = "0.4.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" +checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403" dependencies = [ "crossbeam-deque", "globset", diff --git a/Cargo.toml b/Cargo.toml index a42a215f2e9f..439f2564a462 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -205,7 +205,7 @@ globset = "0.4.17" grit-pattern-matcher = "0.5.1" grit-util = "0.5.1" hashbrown = { version = "0.15.5", default-features = false } -ignore = "0.4.23" +ignore = "0.4.24" indexmap = { version = "2.10.0" } insta = "1.43.2" jiff = "0.2.15"