From cf20c930dd6528a9b71db86e01bc8c170739c873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:38:06 +0000 Subject: [PATCH] Bump clap from 4.5.16 to 4.5.18 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.16 to 4.5.18. - [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.16...clap_complete-v4.5.18) --- 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 14ae99a..c9d0164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,18 +68,18 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "clap" -version = "4.5.16" +version = "4.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" +checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.15" +version = "4.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" +checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 903f2e4..0cc8a88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ version = "0.2.1" [dependencies] anyhow = "1.0.89" -clap = { version = "4.5.16", features = ["cargo"] } +clap = { version = "4.5.18", features = ["cargo"] } oci-spec = "0.6.8" serde_json = "1.0.127"