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:
@ -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" }
|
||||
|
Reference in New Issue
Block a user