Update Rust crate memmap2 to 0.9.4 #26

Merged
hodasemi merged 1 commit from renovate/memmap2-0.x into master 2024-02-01 07:14:17 +00:00
Showing only changes of commit 296aa2f8ac - Show all commits

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.9.3"
memmap2 = "0.9.4"
anyhow = "1.0.79"
[build-dependencies]