From 1532e753353c8e5fd3a46c902edaa09c8d12377d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 14:57:33 +0000 Subject: [PATCH] build(deps): bump memfd from 0.3.0 to 0.4.0 Bumps [memfd](https://github.com/lucab/memfd-rs) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/lucab/memfd-rs/releases) - [Commits](https://github.com/lucab/memfd-rs/compare/v0.3.0...v0.4.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++---- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2acdbe1f51..6c5394dcb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,13 +725,11 @@ checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "memfd" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59c3b335b96d56e116c654a994b2b1b83b4e5b4d0a2a95085fc35464eecf4f03" +checksum = "d9d93fa0e6de9bf1ec418e4784cdc59062d21e77e940a3beab4323fcc4655c31" dependencies = [ - "either", "libc", - "thiserror", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a46b80239f..d3b07bfcab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ envsubst = "0.2.0" subprocess = "0.2.6" chrono = { version = "0.4.19", features = ["serde"] } libdnf-sys = { path = "rust/libdnf-sys", version = "0.1.0" } -memfd = "0.3.0" +memfd = "0.4.0" rust-ini = "0.16.1" os-release = "0.1.0" rpmostree-client = { path = "rust/rpmostree-client", version = "0.1.0" }