deps: upgrade to memchr 2

This commit is contained in:
Andrew Gallant
2017-10-21 18:45:39 -04:00
parent 322d5515e5
commit 1267f01c24
5 changed files with 21 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ crossbeam = "0.2"
globset = { version = "0.2.0", path = "../globset" }
lazy_static = "0.2"
log = "0.3"
memchr = "1"
memchr = "2"
regex = "0.2.1"
thread_local = "0.3.2"
walkdir = "1.0.7"