From f981fee08b57b166639afc7853c3e0a840c2cde3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:49:38 +0000 Subject: [PATCH] chore(deps): Bump oci-spec from 0.6.8 to 0.7.0 Bumps [oci-spec](https://github.com/containers/oci-spec-rs) from 0.6.8 to 0.7.0. - [Release notes](https://github.com/containers/oci-spec-rs/releases) - [Changelog](https://github.com/containers/oci-spec-rs/blob/main/release.md) - [Commits](https://github.com/containers/oci-spec-rs/compare/v0.6.8...v0.7.0) --- updated-dependencies: - dependency-name: oci-spec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- image-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf390692a..c58499761 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4000,13 +4000,12 @@ dependencies = [ [[package]] name = "oci-spec" -version = "0.6.8" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f5a3fe998d50101ae009351fec56d88a69f4ed182e11000e711068c2f5abf72" +checksum = "5cee185ce7cf1cce45e194e34cd87c0bad7ff0aa2e8917009a2da4f7b31fb363" dependencies = [ "derive_builder", "getset", - "once_cell", "regex", "serde", "serde_json", diff --git a/image-rs/Cargo.toml b/image-rs/Cargo.toml index 1f77c885d..404993e8a 100644 --- a/image-rs/Cargo.toml +++ b/image-rs/Cargo.toml @@ -33,7 +33,7 @@ log = "0.4.22" loopdev = { git = "https://github.com/mdaffin/loopdev", rev = "c9f91e8f0326ce8a3364ac911e81eb32328a5f27" } nix = { workspace = true, optional = true, features = ["mount", "fs"] } oci-client = { version = "0.12", default-features = false, optional = true } -oci-spec = "0.6.7" +oci-spec = "0.7.0" ocicrypt-rs = { path = "../ocicrypt-rs", default-features = false, features = [ "async-io", ], optional = true }