From 9e47e412b4e41bc2d7303ede6e70362e7e740513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 04:42:03 +0000 Subject: [PATCH] chore(deps): bump oci-spec from 0.6.8 to 0.7.1 Bumps [oci-spec](https://github.com/containers/oci-spec-rs) from 0.6.8 to 0.7.1. - [Release notes](https://github.com/containers/oci-spec-rs/releases) - [Changelog](https://github.com/youki-dev/oci-spec-rs/blob/main/release.md) - [Commits](https://github.com/containers/oci-spec-rs/compare/v0.6.8...v0.7.1) --- updated-dependencies: - dependency-name: oci-spec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34f20d58e..45ba46fac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -878,7 +878,7 @@ dependencies = [ "libcontainer", "log", "nix 0.29.0", - "oci-spec 0.6.8", + "oci-spec 0.7.0", "oci-tar-builder", "opentelemetry", "opentelemetry-otlp", @@ -3323,7 +3323,7 @@ dependencies = [ "clap", "indexmap 2.6.0", "log", - "oci-spec 0.6.8", + "oci-spec 0.7.0", "oci-wasm", "serde", "serde_json", @@ -5049,7 +5049,7 @@ dependencies = [ "humantime", "log", "nix 0.29.0", - "oci-spec 0.6.8", + "oci-spec 0.7.0", "prost 0.13.4", "prost-types 0.13.4", "tempfile", @@ -6103,7 +6103,7 @@ dependencies = [ "anyhow", "env_logger", "log", - "oci-spec 0.6.8", + "oci-spec 0.7.0", "oci-tar-builder", "sha256", "tar", diff --git a/Cargo.toml b/Cargo.toml index 8b02e3868..2b6e76832 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ libc = "0.2.168" libcontainer = { version = "0.4.1", default-features = false } log = "0.4" nix = "0.29" -oci-spec = { version = "0.6.8", features = ["runtime"] } +oci-spec = { version = "0.7.0", features = ["runtime"] } protobuf = "=3.2" serde = "1.0" serde_json = "1.0"