From a43f886277dc485f028f5e4c6ccb1ab4b972daec Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 23 Feb 2023 02:02:24 +0100 Subject: [PATCH] Update Rust crate memmap2 to 0.5.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ec048e..b034973 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.5.9" +memmap2 = "0.5.10" anyhow = "1.0.69" [build-dependencies]