From df39172e9c128bd751cb6b16f27a7e477bf4a6dc Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 3 Aug 2023 17:31:18 -0400 Subject: [PATCH] Bump to ostree-ext 0.11.4 To pull in the updated APIs we want for https://github.com/coreos/rpm-ostree/pull/4486 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8cdcd5216..726c02c036 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2158,9 +2158,9 @@ dependencies = [ [[package]] name = "ostree-ext" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8511513a60fa0c20a84ba8d30255286687c848bec21d24cd3dd4d16ecf48123b" +checksum = "962494b87897a77ac092f321666ad383af7289707479d7612f681c1c657cb57a" dependencies = [ "anyhow", "async-compression 0.3.15",