summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 07:58:46 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 07:58:46 -0400
commit0eb1a1e7c9c490d9dc32b2dde25584f8c749c855 (patch)
tree892c21531ecc8af44e1c1703fc627411a74c4c1a
parent5631e5c7a02513131b0e07d77a251e84b38e709a (diff)
deps/globset: update minimal versions
-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 f75fbaca..fbaac74c 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -16,7 +16,7 @@ edition = "2018"
[dependencies]
atty = "0.2.11"
bstr = "0.2.0"
-globset = { version = "0.4.5", path = "../globset" }
+globset = { version = "0.4.7", 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 0f1f5989..2c3d9c4f 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.5", path = "../globset" }
+globset = { version = "0.4.7", path = "../globset" }
lazy_static = "1.1"
log = "0.4.5"
memchr = "2.1"