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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user