From 5e2496a92f3019c5c374485c6b2d537f46674f49 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 11 Mar 2024 16:17:43 +0000 Subject: [PATCH] fix(deps): update rust crate ostree-ext to 0.13.3 Signed-off-by: null --- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1944bafbc..6d688dd96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1352,9 +1352,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", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6491bc33a..ecd7bc3e1 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -15,7 +15,7 @@ anstream = "0.6.13" anstyle = "1.0.6" anyhow = "1.0" camino = { version = "1.1.6", features = ["serde1"] } -ostree-ext = { version = "0.13.2" } +ostree-ext = { version = "0.13.3" } chrono = { version = "0.4.35", features = ["serde"] } clap = { version= "4.5", features = ["derive"] } clap_mangen = { version = "0.2", optional = true }