Merge pull request 'Update Rust crate memmap2 to 0.7.0' (#13) from renovate/memmap2-0.x into master

Reviewed-on: #13
This commit is contained in:
hodasemi 2023-06-09 12:11:40 +02:00
commit 4e87713bad

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.6.2"
memmap2 = "0.7.0"
anyhow = "1.0.71"
[build-dependencies]