build(deps): bump ostree-sys from 0.7.1 to 0.7.2

Bumps [ostree-sys](https://gitlab.com/fkrull/ostree-rs) from 0.7.1 to 0.7.2.
- [Release notes](https://gitlab.com/fkrull/ostree-rs/tags)
- [Commits](https://gitlab.com/fkrull/ostree-rs/compare/ostree-sys/0.7.1...ostree-sys/0.7.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-06 16:57:21 +00:00 committed by GitHub
parent 17d80dc566
commit 23e53bc492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -916,9 +916,9 @@ dependencies = [
[[package]]
name = "ostree-sys"
version = "0.7.1"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b1095c6e9fa5b19177d4646d1c8fb896322556b6c0da3af09c0ffc440dfcc75"
checksum = "c34b4a2526237fa5e3a0c37884140d18e1ae59403e2f3bd15c2d2a173be29350"
dependencies = [
"gio-sys",
"glib-sys",

View File

@ -50,7 +50,7 @@ openat = "0.1.19"
openat-ext = "^0.1.13"
os-release = "0.1.0"
ostree = { version = "0.9.1", features = ["v2020_4"] }
ostree-sys = "0.7.1"
ostree-sys = "0.7.2"
ostree-host = { path = "rust/ostree-host" }
paste = "1.0"
phf = { version = "0.8", features = ["macros"] }

View File

@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
gio = "0.9.1"
glib = "0.10.3"
ostree = { version = "0.9.1", features = ["v2020_4"] }
ostree-sys = "0.7.1"
ostree-sys = "0.7.2"
[dev-dependencies]
anyhow = "1.0"