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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-12 07:03:08 +00:00 committed by Colin Walters
parent 89d4e2dcf1
commit aa662e8faa
2 changed files with 3 additions and 10 deletions

11
Cargo.lock generated
View File

@ -300,12 +300,6 @@ dependencies = [
"rand 0.7.3",
]
[[package]]
name = "drop_bomb"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
[[package]]
name = "dtoa"
version = "0.4.7"
@ -833,11 +827,10 @@ dependencies = [
[[package]]
name = "openat-ext"
version = "0.1.13"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4c55e17c28995df7ff51cc9b2a9a4e548dde9ffa46efdd2750d22fe4ac64499"
checksum = "ab08d5ca444c9e2c23b9169da11ad09d697a7d4310844af710d00f48a10a88fe"
dependencies = [
"drop_bomb",
"libc",
"nix 0.18.0",
"openat",

View File

@ -47,7 +47,7 @@ maplit = "1.0"
memfd = "0.4.0"
nix = "0.20.0"
openat = "0.1.19"
openat-ext = "^0.1.13"
openat-ext = "^0.2.0"
os-release = "0.1.0"
ostree = { version = "0.9.1", features = ["v2020_4"] }
ostree-sys = "0.7.2"