From 385182bfc29fc2a082ebbe631df1d111f705e782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:57:13 +0800 Subject: [PATCH] Update memmap2 requirement from 0.8 to 0.9 (#341) 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.8.0...v0.9.0) --- updated-dependencies: - dependency-name: memmap2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6348cfd6..bce02a10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ lazy_static = "1.3" libc = "0.2" log = { version = "0.4", features = ["max_level_trace", "release_max_level_debug"] } lz4-sys = "1.9" -memmap2 = { version = "0.8", optional = true } +memmap2 = { version = "0.9", optional = true } nix = "0.26" num-derive = "0.4" num-traits = "0.2"