summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:11:05 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:11:05 -0500
commit47e37175ca96e33a0ca62ef77050e3f78a8e0f04 (patch)
treea8992fcfb39b279c83538aafd460f10e16e7af1d
parent8697946718f9a483aa1496a988d3e7e2c54ef56a (diff)
globset-0.4.14globset-0.4.14
-rw-r--r--Cargo.lock2
-rw-r--r--crates/globset/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6ad7cd97..3a1d1d7e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -120,7 +120,7 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "globset"
-version = "0.4.13"
+version = "0.4.14"
dependencies = [
"aho-corasick",
"bstr",
diff --git a/crates/globset/Cargo.toml b/crates/globset/Cargo.toml
index decc7804..e41c8c7a 100644
--- a/crates/globset/Cargo.toml
+++ b/crates/globset/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "globset"
-version = "0.4.13" #:version
+version = "0.4.14" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Cross platform single glob and glob set matching. Glob set matching is the