From 888a9963adfa9999ca12e73b5e9f38c7ea4676d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 05:45:23 -0700 Subject: [PATCH] build(deps): update memmap2 requirement from 0.7.1 to 0.9.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.7.1...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 6d4702e..5101b0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ as-raw-xcb-connection = { version = "1.0.0", optional = true } bytemuck = { version = "1.12.3", optional = true } drm = { version = "0.9.0", default-features = false, optional = true } drm-sys = { version = "0.4.0", default-features = false, optional = true } -memmap2 = { version = "0.7.1", optional = true } +memmap2 = { version = "0.9.0", optional = true } nix = { version = "0.26.1", optional = true } tiny-xlib = { version = "0.2.1", optional = true } wayland-backend = { version = "0.3.0", features = ["client_system"], optional = true }