deps: update memmap

This commit is contained in:
Andrew Gallant
2019-01-19 09:55:24 -05:00
parent 968491f8e9
commit 1e9ee2cc85
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ encoding_rs_io = "0.1.3"
grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
log = "0.4.5"
memchr = "2.1"
memmap = "0.6.2"
memmap = "0.7"
[dev-dependencies]
grep-regex = { version = "0.1.1", path = "../grep-regex" }