From 07bd4c6f194cc36c09a4f3cbb08a6c97ae97bc3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 06:52:40 +0000 Subject: [PATCH] chore(deps): bump globset from 0.4.18 to 0.4.19 in /bots/finishingbot Bumps [globset](https://github.com/BurntSushi/ripgrep) from 0.4.18 to 0.4.19. - [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/globset-0.4.18...globset-0.4.19) --- updated-dependencies: - dependency-name: globset dependency-version: 0.4.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bots/finishingbot/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bots/finishingbot/Cargo.lock b/bots/finishingbot/Cargo.lock index 37acd3ae..d6f20d2a 100644 --- a/bots/finishingbot/Cargo.lock +++ b/bots/finishingbot/Cargo.lock @@ -645,9 +645,9 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "globset" -version = "0.4.18" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" +checksum = "e47d37d2ae4464254884b60ab7071be2b876a9c35b696bd018ddcc76847309cd" dependencies = [ "aho-corasick", "bstr",