From 565afb049b9a7e39aed50c8f4778e54d39243ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 22:30:15 +0000 Subject: [PATCH] chore(deps): bump oci-spec from 0.6.5 to 0.6.7 Bumps [oci-spec](https://github.com/containers/oci-spec-rs) from 0.6.5 to 0.6.7. - [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.7) --- updated-dependencies: - dependency-name: oci-spec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 +++++++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5f3412c9..4ea70697b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2717,14 +2717,16 @@ dependencies = [ [[package]] name = "oci-spec" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e423c4f827362c0d8d8da4b1f571270f389ebde73bcd3240a3d23c6d6f61d0f0" +checksum = "bdf88ddc01cc6bccbe1044adb6a29057333f523deadcb4953c011a73158cfa5e" dependencies = [ "derive_builder 0.20.0", "getset", "serde", "serde_json", + "strum", + "strum_macros", "thiserror", ] @@ -4041,6 +4043,25 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" +[[package]] +name = "strum" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" + +[[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.63", +] + [[package]] name = "syn" version = "1.0.109" diff --git a/Cargo.toml b/Cargo.toml index 48a94ca10..fc48c1e21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ libc = "0.2.154" libcontainer = { version = "0.3.3", default-features = false } log = "0.4" nix = "0.28" -oci-spec = { version = "0.6.4", features = ["runtime"] } +oci-spec = { version = "0.6.7", features = ["runtime"] } protobuf = "=3.2" serde = "1.0" serde_json = "1.0"