diff --git a/Cargo.lock b/Cargo.lock index 5aaa5aab..076df809 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,9 +909,9 @@ dependencies = [ [[package]] name = "ostree-sys" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c34b4a2526237fa5e3a0c37884140d18e1ae59403e2f3bd15c2d2a173be29350" +checksum = "2d9ea917750072931dd9c57e536f5c36422060603bd7e755beb74bf7be797564" dependencies = [ "gio-sys", "glib-sys", diff --git a/Cargo.toml b/Cargo.toml index 1d9aed62..90460cbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ openat = "0.1.21" openat-ext = "^0.2.0" os-release = "0.1.0" ostree = { version = "0.9.1", features = ["v2020_4"] } -ostree-sys = "0.7.2" +ostree-sys = "0.7.3" 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 f129743a..012a66e5 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.2" +ostree-sys = "0.7.3" [dev-dependencies] anyhow = "1.0"