From 19e27dadf27878515117a026950c02b61611411f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 18 Feb 2023 02:02:32 +0100 Subject: [PATCH] Update Rust crate memmap2 to 0.5.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 168edef..5ec048e 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.8" +memmap2 = "0.5.9" anyhow = "1.0.69" [build-dependencies]