Update Rust crate memmap2 to 0.7.1 #15

Merged
hodasemi merged 1 commit from renovate/memmap2-0.x into master 2023-06-30 06:09:10 +00:00

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
memmap2 = "0.7.0"
memmap2 = "0.7.1"
anyhow = "1.0.71"
[build-dependencies]