From 1104ab896089624552cc7fe5421b6e7e2abb04ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 18:56:32 +0000 Subject: [PATCH] build(deps): update oci-spec requirement from 0.7 to 0.8 Updates the requirements on [oci-spec](https://github.com/youki-dev/oci-spec-rs) to permit the latest version. - [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.7.0...v0.7.1) --- updated-dependencies: - dependency-name: oci-spec dependency-version: 0.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93a31ae8..c9c1211d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ futures = "0.3.19" libc = "0.2.112" log = {version = "0.4.2", features=["kv_unstable"]} nix = "0.29" -oci-spec = "0.7" +oci-spec = "0.8" os_pipe = "1.1" prctl = "1.0.0" prost = "0.13"