From 7189950799adf91a22bc29fdfcd99c287a091cb4 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 22 Oct 2025 08:24:51 -0400 Subject: [PATCH] deps: bump to globset 0.4.18 --- crates/cli/Cargo.toml | 2 +- crates/ignore/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index f6e9a763..053a1c77 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -15,7 +15,7 @@ edition = "2024" [dependencies] bstr = { version = "1.6.2", features = ["std"] } -globset = { version = "0.4.17", path = "../globset" } +globset = { version = "0.4.18", path = "../globset" } log = "0.4.20" termcolor = "1.3.0" diff --git a/crates/ignore/Cargo.toml b/crates/ignore/Cargo.toml index d63ac0ab..1e5d504a 100644 --- a/crates/ignore/Cargo.toml +++ b/crates/ignore/Cargo.toml @@ -20,7 +20,7 @@ bench = false [dependencies] crossbeam-deque = "0.8.3" -globset = { version = "0.4.17", path = "../globset" } +globset = { version = "0.4.18", path = "../globset" } log = "0.4.20" memchr = "2.6.3" same-file = "1.0.6"