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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-17 00:31:25 +00:00 committed by OpenShift Merge Robot
parent f343146efd
commit 3e7ad771fb
2 changed files with 3 additions and 5 deletions

6
Cargo.lock generated
View File

@ -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]]

View File

@ -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" }