summaryrefslogtreecommitdiffstats
path: root/crates/cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/cli/Cargo.toml')
-rw-r--r--crates/cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index a01221ac..e84c632b 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.7", path = "../globset" }
+globset = { version = "0.4.9", path = "../globset" }
lazy_static = "1.1.0"
log = "0.4.5"
regex = "1.1"