From 4a1e18daf929d5433fbc0b28931c20b693c7922e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:19:49 -0700 Subject: [PATCH] m: Update memmap2 requirement from 0.6.1 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.6.1...v0.7.1) --- 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 7a550e8..4f41b35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ raw-window-handle = "0.5.0" [target.'cfg(all(unix, not(any(target_vendor = "apple", target_os = "android", target_os = "redox"))))'.dependencies] as-raw-xcb-connection = { version = "1.0.0", optional = true } bytemuck = { version = "1.12.3", optional = true } -memmap2 = { version = "0.6.1", optional = true } +memmap2 = { version = "0.7.1", optional = true } nix = { version = "0.26.1", optional = true } tiny-xlib = { version = "0.2.1", optional = true } wayland-backend = { version = "0.1.0", features = ["client_system"], optional = true }