From cccd77d65dd0743c092a449eb2bfd11d17c081ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 22:01:48 +0000 Subject: [PATCH] Bump clap from 4.5.48 to 4.5.51 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.48 to 4.5.51. - [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.48...clap_complete-v4.5.51) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.51 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 63da88e..dab91b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,18 +704,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.48" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" +checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.48" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" +checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index a35777e..756fbf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ aws-config = "1.6.3" aws-sdk-cloudfront = "1.79.0" aws-sdk-s3 = "1.85.0" blake2 = "0.10.6" -clap = { version = "4.5.48", features = ["cargo"] } +clap = { version = "4.5.51", features = ["cargo"] } env_logger = "0.11.8" flate2 = "1.1.2" hex = "0.4.3"