From 2610eaa3b3b2fd5f99d9143e9cc160038f07c087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 23:15:00 +0000 Subject: [PATCH] build(deps): bump oci-spec from 0.9.0 to 0.10.0 Bumps [oci-spec](https://github.com/youki-dev/oci-spec-rs) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/youki-dev/oci-spec-rs/releases) - [Changelog](https://github.com/youki-dev/oci-spec-rs/blob/main/release.md) - [Commits](https://github.com/youki-dev/oci-spec-rs/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: oci-spec dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- ocirender-cli/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a3108c..141a00d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -959,9 +959,9 @@ dependencies = [ [[package]] name = "oci-spec" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8445a2631507cec628a15fdd6154b54a3ab3f20ed4fe9d73a3b8b7a4e1ba03a" +checksum = "3df6f876ad774d6a676f7e968f5c3edacc32f90e65fe680a8b686235396556fb" dependencies = [ "const_format", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index b9a8e12..87be11b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ zstd = "0.13" [dev-dependencies] tokio = { version = "1", features = ["full"] } libc = "0.2" -oci-spec = { version = "0.9", features = ["image"] } +oci-spec = { version = "0.10", features = ["image"] } [patch.crates-io] indicatif = { git = "https://github.com/edera-dev/indicatif.git", rev = "51e3a390b5d64ca8ab86044e578e2bb2bfe718a1" } diff --git a/ocirender-cli/Cargo.toml b/ocirender-cli/Cargo.toml index 26eb96a..f561498 100644 --- a/ocirender-cli/Cargo.toml +++ b/ocirender-cli/Cargo.toml @@ -31,7 +31,7 @@ tokio = { version = "1", features = ["full"] } [dev-dependencies] flate2 = { version = "1", features = ["zlib-rs"], default-features = false } libc = "0.2" -oci-spec = { version = "0.9", features = ["image"] } +oci-spec = { version = "0.10", features = ["image"] } tar = "0.4" [[bin]]