From 40abdf1e6f0598c215f5d54a5a5f5ea1af823db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:16:52 +0000 Subject: [PATCH] build(deps): bump clap from 4.5.1 to 4.5.4 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.4. - [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.1...v4.5.4) --- 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 08e3214..d8f183f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,18 +221,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.1" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" +checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.1" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" +checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index b53f83b..f75f44f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.74.0" [dependencies] axum = { version = "0.7.4", features = ["macros", "original-uri"] } bytes = "1.5.0" -clap = { version = "4.5.1", features = ["cargo"] } +clap = { version = "4.5.4", features = ["cargo"] } form_urlencoded = "1.2.1" http-body-util = "0.1.0" hyper = { version = "1.2.0", features = ["client"] } @@ -33,6 +33,6 @@ serde_yaml = "0.9.29" tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] } [build-dependencies] -clap = { version = "4.5.1", features = ["cargo"] } +clap = { version = "4.5.4", features = ["cargo"] } clap_complete = "4" clap_mangen = "0.2.20"