diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 35ec4f7da..624d1d4a9 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -39,7 +39,7 @@ glutin = { version = "0.28", optional = true } once_cell = "1.0" image = { version = "0.24", optional = true } memmap2 = { version = "0.5", optional = true } -memfd = { version = "0.5", optional = true } +memfd = { version = "0.6", optional = true } uds = { version = "0.2", optional = true } [target.'cfg(target_os = "macos")'.dependencies]