From a5ffa8c71732f9792fd10799596ad65289c749eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:02:49 +0000 Subject: [PATCH] build(deps): bump globset from 0.4.16 to 0.4.18 Bumps [globset](https://github.com/BurntSushi/ripgrep) from 0.4.16 to 0.4.18. - [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.18) --- updated-dependencies: - dependency-name: globset dependency-version: 0.4.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- gnd/Cargo.toml | 2 +- node/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2d77c000a8..1bfc61c1a41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1950,9 +1950,9 @@ dependencies = [ [[package]] name = "globset" -version = "0.4.16" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" +checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" dependencies = [ "aho-corasick", "bstr", diff --git a/gnd/Cargo.toml b/gnd/Cargo.toml index d64328e2850..cc371f664fa 100644 --- a/gnd/Cargo.toml +++ b/gnd/Cargo.toml @@ -24,7 +24,7 @@ serde = { workspace = true } # File watching notify = "8.2.0" -globset = "0.4.16" +globset = "0.4.18" pq-sys = { version = "0.7.5", features = ["bundled"] } openssl-sys = { version = "0.9.100", features = ["vendored"] } diff --git a/node/Cargo.toml b/node/Cargo.toml index c11512888e1..951b61b4785 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -41,5 +41,5 @@ diesel = { workspace = true } diesel-async = { workspace = true } prometheus = { version = "0.14.0", features = ["push"] } json-structural-diff = { version = "0.2", features = ["colorize"] } -globset = "0.4.16" +globset = "0.4.18" notify = "8.2.0"