From a2ff334cacf2c8938cbda579227a380b98dcef78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 13:12:06 +0000 Subject: [PATCH] Update memfd requirement from 0.4.0 to 0.6.0 Updates the requirements on [memfd](https://github.com/lucab/memfd-rs) to permit the latest version. - [Release notes](https://github.com/lucab/memfd-rs/releases) - [Commits](https://github.com/lucab/memfd-rs/compare/v0.4.0...v0.6.0) --- updated-dependencies: - dependency-name: memfd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e44850..17dc3e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies] interprocess-traits = "0.1.1" libc = "0.2.58" -memfd = "0.4.0" +memfd = "0.6.0" thiserror = "1.0" [dev-dependencies]