summaryrefslogtreecommitdiffstats
path: root/grep-cli
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 14:07:03 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 14:07:03 -0400
commite79085e9e459a09b10aee01447e0f592315af7d8 (patch)
tree8a5c4597a0bc1e90f7af6aba3e6127f4be258f0c /grep-cli
parent764c197022a6361d7139b17569b539aa7ce1883b (diff)
release: globset 0.4.3globset-0.4.3
Diffstat (limited to 'grep-cli')
-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"