examples: Update to memmap2 0.7

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1290>
This commit is contained in:
Sebastian Dröge 2023-06-12 13:22:28 +03:00
parent f17ef98d4a
commit 3c921f9320

View file

@ -38,7 +38,7 @@ pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.17", v
glutin = { version = "0.29", optional = true }
once_cell = "1.0"
image = { version = "0.24", optional = true }
memmap2 = { version = "0.6", optional = true }
memmap2 = { version = "0.7", optional = true }
memfd = { version = "0.6", optional = true }
uds = { version = "0.2", optional = true }