Update Rust crate memmap2 to 0.9.0
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 6m21s

This commit is contained in:
RenovateBot 2023-10-04 02:03:49 +02:00
parent c8531e29b3
commit 1114d5fbdd

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