From 212882a4fa7b552c914c4cd7da703beb98e2cde6 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 01:13:26 +0000 Subject: [PATCH] Update Rust crate oci-spec to 0.10.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 f0f9ac2..93d72e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0.64" tar = "0.4.38" thiserror = "2" # See https://github.com/youki-dev/oci-spec-rs/pull/288 -oci-spec = "0.9.0" +oci-spec = "0.10.0" zstd = { version = "0.13.2", optional = true } canon-json = "0.2.0"