Update Rust crate memmap2 to 0.9.3
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 5m54s

This commit is contained in:
RenovateBot 2024-01-04 02:07:16 +01:00
parent e9980a2551
commit 112af5e2b5

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.0"
memmap2 = "0.9.3"
anyhow = "1.0.75"
[build-dependencies]