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

@@ -40,7 +40,7 @@ ignore = { version = "0.2.2", path = "ignore" }
lazy_static = "0.2"
libc = "0.2"
log = "0.3"
memchr = "1"
memchr = "2"
memmap = "0.5"
num_cpus = "1"
regex = "0.2.1"