From 7b816221e991c1c6dfafca91ad482f4203af3c63 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 11 Mar 2024 13:10:26 -0400 Subject: [PATCH] lib: Bump to ostree-ext 0.13.3 Just to pick up fixes. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4760ab248..6652380426 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1718,9 +1718,9 @@ dependencies = [ [[package]] name = "ostree-ext" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dc9d8c25b2603db582fb3786a2c3a4af7b874e11ebda1a04f151d307d4dc6fe" +checksum = "9fc2227234e8cfbc021dd288b180f2a82b93cb0e7e043b15a3d7798a63e37b3a" dependencies = [ "anyhow", "async-compression",