From 6cc7041302a22509ccc0f918ea63ff5418ee0852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:35:10 +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 612c6a419..a99f6a408 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -879,7 +879,7 @@ dependencies = [ "libcontainer", "log", "nix 0.29.0", - "oci-spec 0.6.8", + "oci-spec 0.7.1", "oci-tar-builder", "opentelemetry", "opentelemetry-otlp", @@ -3449,7 +3449,7 @@ dependencies = [ "clap", "indexmap 2.6.0", "log", - "oci-spec 0.6.8", + "oci-spec 0.7.1", "oci-wasm", "serde", "serde_json", @@ -5181,7 +5181,7 @@ dependencies = [ "humantime", "log", "nix 0.29.0", - "oci-spec 0.6.8", + "oci-spec 0.7.1", "prost 0.13.3", "prost-types 0.13.3", "tempfile", @@ -6259,7 +6259,7 @@ dependencies = [ "anyhow", "env_logger", "log", - "oci-spec 0.6.8", + "oci-spec 0.7.1", "oci-tar-builder", "sha256", "tar", diff --git a/Cargo.toml b/Cargo.toml index d646d2aa8..edcf3eb47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ libc = "0.2.164" 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.1", features = ["runtime"] } protobuf = "=3.2" serde = "1.0" serde_json = "1.0"