From 07e0b3b4ab760aef05498aed2e51fa776fb24b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 23:57:26 +0000 Subject: [PATCH] Update memmap2 requirement from 0.5.10 to 0.7.0 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.0) --- 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..a074f62 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.0" libc = "0.2" byteorder = "1.4" matches = "0.1"