diff --git a/Cargo.lock b/Cargo.lock index fec557ea9..776368c14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1833,9 +1833,9 @@ dependencies = [ [[package]] name = "ostree" -version = "0.20.4" +version = "0.20.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b20e1831a40fec1ac40fc0d855f52e1371ee43ce9b11af292486a89c77d69dc3" +checksum = "fc7b42858b9c42999daefaf06f2a60a0dfbb6995a7b87deb0a873f2fb447c269" dependencies = [ "base64 0.20.0", "bitflags 1.3.2", diff --git a/crates/ostree-ext/Cargo.toml b/crates/ostree-ext/Cargo.toml index 63bcfc97d..7dfc59262 100644 --- a/crates/ostree-ext/Cargo.toml +++ b/crates/ostree-ext/Cargo.toml @@ -50,7 +50,7 @@ io-lifetimes = "3" libsystemd = "0.7.0" ocidir = "0.6.0" # We re-export this library too. -ostree = { features = ["v2025_3"], version = "0.20.3" } +ostree = { features = ["v2025_3"], version = "0.20.5" } pin-project = "1.0" tar = "0.4.43" tokio-stream = { features = ["sync"], version = "0.1.8" }