From 84e10414f11312c7e12f7cf5eafbbfbd88304980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 02:21:56 +0000 Subject: [PATCH] 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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04bcb1e7a..d5d8fe9b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5735,9 +5735,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 04bda4e45..0c76a1050 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ nom = "8.0" notify-rust = "4.12" oauth2 = { version = "5.0", default-features = false } oauth2-reqwest = "0.1.0-alpha.3" -oci-spec = "0.9" +oci-spec = "0.10" octocrab = { version = "0.53", default-features = false, features = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client", "rustls-aws-lc-rs", "jwt-rust-crypto", "rustls-webpki-tokio"] } opentelemetry = "0.32" opentelemetry-otlp = "0.32"