From 135e71c36e0ecd3052ee6b7d0f7dbbc04da235d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:50:53 +0000 Subject: [PATCH] Bump clap from 4.5.8 to 4.5.13 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.8 to 4.5.13. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.8...v4.5.13) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab18cdc..b2fc43c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,18 +68,18 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "clap" -version = "4.5.8" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d" +checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.8" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708" +checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index c2ccc94..cfce321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ version = "0.2.1" [dependencies] anyhow = "1.0.86" -clap = { version = "4.5.8", features = ["cargo"] } +clap = { version = "4.5.13", features = ["cargo"] } oci-spec = "0.6.8" serde_json = "1.0.119"