1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-04 21:52:54 +02:00

deps: bump memmap2 to 0.5

Looking at the memmap2 CHANGELOG, there don't appear to be any breaking
changes that impact us.
This commit is contained in:
Andrew Gallant
2022-03-21 08:41:55 -04:00
parent 191315a2ea
commit ced5b92aa9
2 changed files with 3 additions and 5 deletions

View File

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