From c8795fa08d32c80f20f24ccb12253d57b3259499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 23:07:29 -0700 Subject: [PATCH] build(deps): bump the dep-updates group with 2 updates (#278) Bumps the dep-updates group with 2 updates: [async-compression](https://github.com/Nullus157/async-compression) and [oci-spec](https://github.com/containers/oci-spec-rs). Updates `async-compression` from 0.4.11 to 0.4.12 - [Release notes](https://github.com/Nullus157/async-compression/releases) - [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md) - [Commits](https://github.com/Nullus157/async-compression/compare/v0.4.11...v0.4.12) Updates `oci-spec` from 0.6.7 to 0.6.8 - [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.7...v0.6.8) --- updated-dependencies: - dependency-name: async-compression dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates - dependency-name: oci-spec dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 ++++++---- Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e612bd3..4c9b949 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,9 +109,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5" +checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa" dependencies = [ "flate2", "futures-core", @@ -1874,12 +1874,14 @@ dependencies = [ [[package]] name = "oci-spec" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdf88ddc01cc6bccbe1044adb6a29057333f523deadcb4953c011a73158cfa5e" +checksum = "3f5a3fe998d50101ae009351fec56d88a69f4ed182e11000e711068c2f5abf72" dependencies = [ "derive_builder", "getset", + "once_cell", + "regex", "serde", "serde_json", "strum", diff --git a/Cargo.toml b/Cargo.toml index f6cd830..0002940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ repository = "https://github.com/edera-dev/krata" [workspace.dependencies] anyhow = "1.0" arrayvec = "0.7.4" -async-compression = "0.4.11" +async-compression = "0.4.12" async-stream = "0.3.5" async-trait = "0.1.81" backhand = "0.18.0" @@ -58,7 +58,7 @@ krata-advmac = "1.1.0" krata-tokio-tar = "0.4.0" memchr = "2" nix = "0.29.0" -oci-spec = "0.6.7" +oci-spec = "0.6.8" once_cell = "1.19.0" path-absolutize = "3.1.1" path-clean = "1.0.1"