From d16d0c459cffe932795c4e799242d852ce2db08c Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 25 Jun 2023 02:03:28 +0200 Subject: [PATCH] Update Rust crate memmap2 to 0.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16de82b..1a17d47 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.7.0" +memmap2 = "0.7.1" anyhow = "1.0.71" [build-dependencies] -- 2.45.2