From 4a240d3767e374cef1b2f4ef4ffffea14540a1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 05:59:34 +0000 Subject: [PATCH] build(deps): bump oci-spec from 0.6.5 to 0.6.6 Bumps [oci-spec](https://github.com/containers/oci-spec-rs) from 0.6.5 to 0.6.6. - [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.5...v0.6.6) --- updated-dependencies: - dependency-name: oci-spec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e18bbeb..57fca62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1927,14 +1927,16 @@ dependencies = [ [[package]] name = "oci-spec" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e423c4f827362c0d8d8da4b1f571270f389ebde73bcd3240a3d23c6d6f61d0f0" +checksum = "098bc31d7c87110e22090eb082903caaed19f06319f63b6f7d7ed273bc8bdaec" dependencies = [ "derive_builder", "getset", "serde", "serde_json", + "strum", + "strum_macros", "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index ec44d6d..553dd7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ krata-advmac = "1.1.0" krata-tokio-tar = "0.4.0" memchr = "2" nix = "0.29.0" -oci-spec = "0.6.4" +oci-spec = "0.6.6" once_cell = "1.19.0" path-absolutize = "3.1.1" path-clean = "1.0.1"