From 34f34e3676adbf52c333869a95196fdc12fa1d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:14:12 +0000 Subject: [PATCH] Updated:(deps): Bump ignore in /src in the patch-updates group Bumps the patch-updates group in /src with 1 update: [ignore](https://github.com/BurntSushi/ripgrep). Updates `ignore` from 0.4.25 to 0.4.26 - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/ripgrep/compare/ignore-0.4.25...ignore-0.4.26) --- updated-dependencies: - dependency-name: ignore dependency-version: 0.4.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- src/Cargo.lock | 4 ++-- src/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cargo.lock b/src/Cargo.lock index a1ce5c3..d88c42d 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1920,9 +1920,9 @@ dependencies = [ [[package]] name = "ignore" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" +checksum = "b915661dd01db3f05050265b2477bcc6527b3792388e2749b41623cc592be67d" dependencies = [ "crossbeam-deque", "globset", diff --git a/src/Cargo.toml b/src/Cargo.toml index 5d2ceca..eaa1fdd 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -36,7 +36,7 @@ shellexpand = "3.1.2" soft-canonicalize = "0.5.5" dirs = "6" tempfile = "3.27" -ignore = "0.4.25" +ignore = "0.4.26" # Data structures hashbrown = "0.17"