From 57928d715b08918777c5a458ee65cd6e2fe9048c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:31:47 +0000 Subject: [PATCH] build(deps): update oci-spec requirement from 0.6.6 to 0.7.1 Updates the requirements on [oci-spec](https://github.com/containers/oci-spec-rs) to permit the latest version. - [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.6...v0.7.1) --- updated-dependencies: - dependency-name: oci-spec 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 cd17428..8ec8d97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ path = "src/bin/validate.rs" # Path to the source file # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -oci-spec = { version = "0.6.6", features = ["runtime"] } +oci-spec = { version = "0.7.1", features = ["runtime"] } anyhow = "1.0" clap = "4.5.4" serde_json = "1.0"