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