From ba0e628df20d479ae5814a906bff8856be903105 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 11 May 2023 02:02:44 +0200 Subject: [PATCH] Update Rust crate memmap2 to 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8b2cb5..99d3614 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.6.0" +memmap2 = "0.6.1" anyhow = "1.0.71" [build-dependencies]