From 74112e7680b0ff4f7ab3031ff3fe225259dd38fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 05:32:30 +0000 Subject: [PATCH] fix(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 +- crates/chat-cli/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3318bd99d..ce164f150 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4461,9 +4461,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[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 1ee89500c..6cc39b24c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ flate2 = "1.1.1" flume = "0.11.0" futures = "0.3.26" glob = "0.3.2" -globset = "0.4.16" +globset = "0.4.17" hex = "0.4.3" http = "1.2.0" indicatif = "0.17.11" diff --git a/crates/chat-cli/Cargo.toml b/crates/chat-cli/Cargo.toml index cddbdc41a..3acd1a349 100644 --- a/crates/chat-cli/Cargo.toml +++ b/crates/chat-cli/Cargo.toml @@ -66,7 +66,7 @@ eyre = "0.6.8" fd-lock = "4.0.4" futures = "0.3.26" glob = "0.3.2" -globset = "0.4.16" +globset = "0.4.17" hex = "0.4.3" http = "1.2.0" http-body-util = "0.1.3"