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