From 8ae70aa2ced2a27383074b1af67a3199f5bcd73c Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 01:04:01 +0000 Subject: [PATCH] Update Rust crate ocidir to 0.8.0 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bb6eee..d06ab42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ itertools = "0.15.0" anyhow = "1.0" bytes = "1.5" clap = { version = "4.4", features = ["derive"] } -ocidir = "0.7.2" +ocidir = "0.8.0" tempfile = "3.20.0" [lib]