From 1114d5fbdd3f90b0ba9f7669b16f92aae34c42e1 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 4 Oct 2023 02:03:49 +0200 Subject: [PATCH] Update Rust crate memmap2 to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9384844..1458502 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.8.0" +memmap2 = "0.9.0" anyhow = "1.0.75" [build-dependencies]