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

Reviewed-on: #11
This commit is contained in:
hodasemi 2023-05-11 10:55:57 +02:00
commit fe0053c952

View file

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