Update Rust crate memmap2 to 0.6.2

This commit is contained in:
RenovateBot 2023-05-25 02:02:52 +02:00
parent fe0053c952
commit 3b2f068a01

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