From a2387d1f8410d720dd28d8b82997cd198dac5869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 6 Oct 2023 09:08:29 +0300 Subject: [PATCH] examples: Updates to memmap2 0.9 Part-of: --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index aebbf182d..dd1363663 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -35,7 +35,7 @@ pango = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true } pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true } glutin = { version = "0.29", optional = true } image = { version = "0.24", optional = true, default-features = false, features = ["png", "jpeg"] } -memmap2 = { version = "0.8", optional = true } +memmap2 = { version = "0.9", optional = true } memfd = { version = "0.6", optional = true } uds = { version = "0.4", optional = true }