From e844266564d14b912d1bb60adb7b768c1e27b78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 13:13:31 +0000 Subject: [PATCH] Update memfd requirement from 0.4.0 to 0.5.1 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.5.1) --- 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..d80c496 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.5.1" thiserror = "1.0" [dev-dependencies]