From 6eec575bf98d4cb3093f47baa53215a319baf1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 23:57:57 +0000 Subject: [PATCH] Update memmap2 requirement from 0.5.10 to 0.7.1 Updates the requirements on [memmap2](https://github.com/RazrFalcon/memmap2-rs) to permit the latest version. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.5.10...v0.7.1) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45cb9d3..8fb4ad0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0" edition = "2018" [target.'cfg(target_family = "unix")'.dependencies] -memmap2 = "0.5.10" +memmap2 = "0.7.1" libc = "0.2" byteorder = "1.4" matches = "0.1"