From 064b36b115228bbe2ca72fc7932777096bcb2602 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 15 Oct 2025 22:55:55 -0400 Subject: [PATCH] globset-0.4.17 --- Cargo.lock | 2 +- crates/globset/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f2b193b..9ddfe11b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -144,7 +144,7 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "globset" -version = "0.4.16" +version = "0.4.17" dependencies = [ "aho-corasick", "arbitrary", diff --git a/crates/globset/Cargo.toml b/crates/globset/Cargo.toml index a4e22239..515e702e 100644 --- a/crates/globset/Cargo.toml +++ b/crates/globset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "globset" -version = "0.4.16" #:version +version = "0.4.17" #:version authors = ["Andrew Gallant "] description = """ Cross platform single glob and glob set matching. Glob set matching is the