From b313ce7224eaa89bb4b3e942d508520352cf1012 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 2 Oct 2025 09:57:13 +0200 Subject: [PATCH] Update ostree binding to 0.20.5 This will be needed by https://github.com/coreos/rpm-ostree/pull/5497 as it picks up ostree-rs via ostree-ext. Signed-off-by: Alexander Larsson --- Cargo.lock | 4 ++-- crates/ostree-ext/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }