From dd8f7595d5efcf69f6deaf0163bbee176035fc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:03:20 +0000 Subject: [PATCH] chore(deps): bump globset from 0.4.16 to 0.4.17 Bumps [globset](https://github.com/BurntSushi/ripgrep) from 0.4.16 to 0.4.17. - [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.16...globset-0.4.17) --- updated-dependencies: - dependency-name: globset dependency-version: 0.4.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d7fc9c..403e13c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -911,9 +911,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "globset" -version = "0.4.16" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" +checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305" dependencies = [ "aho-corasick", "bstr", diff --git a/Cargo.toml b/Cargo.toml index d770913..c1d6db3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ url = "2.5.7" color-eyre = "0.6.5" enum_dispatch = "0.3.13" derive_builder = "0.20.1" -globset = "0.4.16" +globset = "0.4.17" [dev-dependencies] assert_cmd = "2.0.17"