summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 08:49:38 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 08:49:58 -0500
commit2f484d8ce51618e7a8bdbca24190640d9aba1be3 (patch)
tree57f1a7489a71625edb7aae662938d8d539ebd67f
parent364772ddd27d894ae3607a8c2b2314d47108ce0f (diff)
deps: update to globset 0.4.10
-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 2bdb3bf4..c35387ef 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -16,7 +16,7 @@ edition = "2018"
[dependencies]
atty = "0.2.11"
bstr = "1.1.0"
-globset = { version = "0.4.9", path = "../globset" }
+globset = { version = "0.4.10", path = "../globset" }
lazy_static = "1.1.0"
log = "0.4.5"
regex = "1.1"
diff --git a/crates/ignore/Cargo.toml b/crates/ignore/Cargo.toml
index 6c24469f..97527ed4 100644
--- a/crates/ignore/Cargo.toml
+++ b/crates/ignore/Cargo.toml
@@ -20,7 +20,7 @@ bench = false
[dependencies]
crossbeam-utils = "0.8.0"
-globset = { version = "0.4.9", path = "../globset" }
+globset = { version = "0.4.10", path = "../globset" }
lazy_static = "1.1"
log = "0.4.5"
memchr = "2.1"