From ded718b8c29133e6e6fe0cbe262457006b8f79a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 05:23:32 +0000 Subject: [PATCH] chore(deps): 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 | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e295ee..57c64fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -667,18 +667,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[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 81c5346..9f81db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ aws-config = "1.5.2" aws-sdk-s3 = "1.37.0" axum = { version = "0.7.5", features = ["macros", "original-uri", "json"] } bytes = "1.7.2" -clap = { version = "4.5.16", features = ["cargo"] } +clap = { version = "4.5.18", features = ["cargo"] } form_urlencoded = "1.2.1" http-body-util = "0.1.0" hyper = { version = "1.4", features = ["client"] } @@ -35,7 +35,7 @@ serde_norway = "0.9.38" tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "sync"] } [build-dependencies] -clap = { version = "4.5.16", features = ["cargo"] } +clap = { version = "4.5.18", features = ["cargo"] } clap_complete = "4" clap_mangen = "0.2.23"