1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-14 22:15:13 +02:00

deps: update to memmap2

Looking at the changelog for memmap2, the only breaking change was to
MmapOptions, which we don't use. So no migration is needed.
This commit is contained in:
Andrew Gallant
2021-06-12 07:53:42 -04:00
parent ed9d37959f
commit 0ee85a89f5
2 changed files with 5 additions and 3 deletions

View File

@ -20,7 +20,7 @@ encoding_rs = "0.8.14"
encoding_rs_io = "0.1.6"
grep-matcher = { version = "0.1.2", path = "../matcher" }
log = "0.4.5"
memmap = { package = "memmap2", version = "0.2.0" }
memmap = { package = "memmap2", version = "0.3.0" }
[dev-dependencies]
grep-regex = { version = "0.1.3", path = "../regex" }