build(deps): bump openat-ext from 0.2.0 to 0.2.1

Bumps [openat-ext](https://github.com/coreos/openat-ext) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/coreos/openat-ext/releases)
- [Commits](https://github.com/coreos/openat-ext/compare/v0.2.0...v0.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-29 07:12:31 +00:00 committed by GitHub
parent bb971372ec
commit e5df2be8c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 18 deletions

22
Cargo.lock generated
View File

@ -804,18 +804,6 @@ dependencies = [
"autocfg",
]
[[package]]
name = "nix"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
]
[[package]]
name = "nix"
version = "0.20.0"
@ -880,14 +868,14 @@ dependencies = [
[[package]]
name = "openat-ext"
version = "0.2.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab08d5ca444c9e2c23b9169da11ad09d697a7d4310844af710d00f48a10a88fe"
checksum = "64d8c39f87cebbf893a221d307e578da316157c6c65aa1c1518c573be0cd8c11"
dependencies = [
"libc",
"nix 0.18.0",
"nix",
"openat",
"rand 0.7.3",
"rand 0.8.3",
]
[[package]]
@ -1359,7 +1347,7 @@ dependencies = [
"libdnf-sys",
"maplit",
"memfd",
"nix 0.20.0",
"nix",
"openat",
"openat-ext",
"os-release",

View File

@ -47,7 +47,7 @@ maplit = "1.0"
memfd = "0.4.0"
nix = "0.20.0"
openat = "0.1.21"
openat-ext = "^0.2.0"
openat-ext = "^0.2.1"
os-release = "0.1.0"
ostree = { version = "0.11.0", features = ["v2021_1"] }
ostree-sys = "0.7.3"