summaryrefslogtreecommitdiffstats
path: root/globset
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-01-03 07:27:51 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-01-03 07:27:51 -0500
commitaed315e80a34edfa296120228aa6dc5c7616e64d (patch)
tree1761a5874d4f2af5bc82d262d2854407c2aed492 /globset
parent2f0d9d411ad256517d0f7d4a0a326288f37acb7b (diff)
bump deps
Diffstat (limited to 'globset')
-rw-r--r--globset/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/globset/Cargo.toml b/globset/Cargo.toml
index 98df4cff..00805fff 100644
--- a/globset/Cargo.toml
+++ b/globset/Cargo.toml
@@ -19,7 +19,7 @@ name = "globset"
bench = false
[dependencies]
-aho-corasick = "0.5.3"
+aho-corasick = "0.6.0"
fnv = "1.0"
lazy_static = "0.2"
log = "0.3"