summaryrefslogtreecommitdiffstats
path: root/grep-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'grep-cli/Cargo.toml')
-rw-r--r--grep-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-cli/Cargo.toml b/grep-cli/Cargo.toml
index f143e401..b415e8c7 100644
--- a/grep-cli/Cargo.toml
+++ b/grep-cli/Cargo.toml
@@ -15,7 +15,7 @@ license = "Unlicense/MIT"
[dependencies]
atty = "0.2.11"
bstr = "0.1.2"
-globset = { version = "0.4.2", path = "../globset" }
+globset = { version = "0.4.3", path = "../globset" }
lazy_static = "1.1.0"
log = "0.4.5"
regex = "1.1"