From dec98930da879c3d201db9c5804f717cde9e4d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:21:18 +0000 Subject: [PATCH] build(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 | 11 ++--------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e01beb78..ff3a4b6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,13 +636,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", @@ -651,12 +650,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "once_cell" -version = "1.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" - [[package]] name = "parking_lot" version = "0.12.3" diff --git a/Cargo.toml b/Cargo.toml index 5ca1e37a..91af93b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ nix = { version = "0.29", features = [ "user", "zerocopy", ] } -oci-spec = "0.6" +oci-spec = "0.7" path-clean = "1.0" procfs = { version = "0.16", default-features = false } rtnetlink = "0.14"