From 23e53bc4924713d4aabcc7d5fbaeed1faec5ac6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 16:57:21 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- rust/ostree-host/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d641653..6effa8bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 1528cc51..b499214d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/rust/ostree-host/Cargo.toml b/rust/ostree-host/Cargo.toml index d0f2c0b1..f129743a 100644 --- a/rust/ostree-host/Cargo.toml +++ b/rust/ostree-host/Cargo.toml @@ -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"