From a280f08b95b66ea73cc033b0ddd483f25fb0cf8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:08:47 -0400 Subject: [PATCH] build(deps): bump oci-spec from 0.6.2 to 0.6.3 (#156) Bumps [oci-spec](https://github.com/containers/oci-spec-rs) from 0.6.2 to 0.6.3. - [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.2...v0.6.3) --- updated-dependencies: - dependency-name: oci-spec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2425ac4..967bd38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1937,9 +1937,9 @@ dependencies = [ [[package]] name = "oci-spec" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9421b067205c68dc80af7c68599a9c1eb113f975aafeb874cea7f4d5d41ce3fb" +checksum = "95e7c5a234613dd98d240891270925718736701c2dbce9c5587567133cf8220f" dependencies = [ "derive_builder", "getset", diff --git a/Cargo.toml b/Cargo.toml index 7cda9dd..76943a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ indoc = "2.0.4" itertools = "0.11.0" md5 = "0.7.0" nyoom = "0.3.5" -oci-spec = "0.6.2" +oci-spec = "0.6.3" rand = "0.8.5" regex = "1.10.0" rpm = "0.12.1"