From a44eee59becbfec0abf5ad1a1e32871047dbf136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 21:33:11 +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 fed844c6..3a62e165 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"