examples: Update to memmap2 0.8

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1311>
This commit is contained in:
Sebastian Dröge 2023-09-25 13:31:46 +03:00
parent b80a723de8
commit 51075c71f6

View file

@ -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.7", optional = true }
memmap2 = { version = "0.8", optional = true }
memfd = { version = "0.6", optional = true }
uds = { version = "0.4", optional = true }