From 9c143f15d373ea9d01f3a9a976928e1ae1fa6186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 22:45:56 +0000 Subject: [PATCH] build(deps): update oci-spec requirement from 0.9 to 0.10 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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: oci-spec dependency-version: 0.10.0 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 4e265a2b..cea3a042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ futures = { version = "0.3", default-features = false } libc = { version = "0.2", default-features = false } log = { version = "0.4", default-features = false } nix = { version = "0.31", default-features = false } -oci-spec = { version = "0.9", default-features = false } +oci-spec = { version = "0.10", default-features = false } prost = { version = "0.14", default-features = false } prost-build = { version = "0.14", default-features = false } prost-types = { version = "0.14", default-features = false }