diff --git a/Cargo.lock b/Cargo.lock index c061d60f..6e687dd7 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 fe951e79..af9d0961 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" }