summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:11:43 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:11:43 -0500
commit57495db10eb36f7c4d012eb27cf8674de384d57c (patch)
treeb0a23c16199874d6aee65c956f82c0816ac30b2a
parent47e37175ca96e33a0ca62ef77050e3f78a8e0f04 (diff)
deps: bump globset to 0.4.14
-rw-r--r--crates/cli/Cargo.toml2
-rw-r--r--crates/ignore/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index 8e576b66..075274f4 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -15,7 +15,7 @@ edition = "2021"
[dependencies]
bstr = { version = "1.6.2", features = ["std"] }
-globset = { version = "0.4.10", path = "../globset" }
+globset = { version = "0.4.14", path = "../globset" }
log = "0.4.20"
termcolor = "1.3.0"
diff --git a/crates/ignore/Cargo.toml b/crates/ignore/Cargo.toml
index 81dc9284..56e02670 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.10", path = "../globset" }
+globset = { version = "0.4.14", path = "../globset" }
log = "0.4.20"
memchr = "2.6.3"
same-file = "1.0.6"