From 28b33e4fb24692d083f7ab1e7572d899dbc233ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:03:02 +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 ++-- crates/glaredb_core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5905d0566..4cc75a110 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1212,9 +1212,9 @@ dependencies = [ [[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/crates/glaredb_core/Cargo.toml b/crates/glaredb_core/Cargo.toml index b7dc78584..43d564f57 100644 --- a/crates/glaredb_core/Cargo.toml +++ b/crates/glaredb_core/Cargo.toml @@ -33,7 +33,7 @@ scc = { workspace = true } indexmap = "2.10.0" half = { workspace = true } textwrap = { version = "0.16.1", default-features = false, features = ["unicode-width"] } -globset = { version = "0.4.16", default-features = false } +globset = { version = "0.4.17", default-features = false } md5 = "0.8.0" [dev-dependencies]