deps: update to aho-corasick 0.7

We do the simplest possible change to migrate to the new version.

Fixes #1228
This commit is contained in:
Andrew Gallant
2019-04-03 13:51:26 -04:00
parent 3f22c3a658
commit cd9815cb37
3 changed files with 17 additions and 28 deletions

View File

@@ -19,7 +19,7 @@ name = "globset"
bench = false
[dependencies]
aho-corasick = "0.6.8"
aho-corasick = "0.7.3"
fnv = "1.0.6"
log = "0.4.5"
memchr = "2.1.0"