From 7e4582194f5af3c2f9458378bbfbd5d085b0edb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:56:29 +0000 Subject: [PATCH] build(deps): update oci-client requirement from 0.12 to 0.13 Updates the requirements on [oci-client](https://github.com/oras-project/rust-oci-client) to permit the latest version. - [Release notes](https://github.com/oras-project/rust-oci-client/releases) - [Commits](https://github.com/oras-project/rust-oci-client/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: oci-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 785198d..5909adc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ async-trait = "0.1" base64 = "0.22" directories = "5.0" lazy_static = "1.4" -oci-client = { version = "0.12", default-features = false, features = [ +oci-client = { version = "0.13", default-features = false, features = [ "rustls-tls", ] } path-slash = "0.2"