From bdd15b2d3fe6d3a4e818d626d304a9a0772d628f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:00:52 +0000 Subject: [PATCH] Bump clap from 4.5.11 to 4.5.13 (#296) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.11 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.11...v4.5.13) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02fe03d..a460dce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,9 +150,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.11" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3" +checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" dependencies = [ "clap_builder", "clap_derive", @@ -160,9 +160,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.11" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa" +checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" dependencies = [ "anstream", "anstyle", @@ -182,9 +182,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.11" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e" +checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 19ed75b..8fbab78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ normal = ["tikv-jemallocator-global"] [dependencies] attohttpc = { version = "0.28.0", default-features = false, features = ["compress", "json", "rustls"] } base64 = "0.22.1" -clap = { version = "4.5.11", features = ["cargo", "env", "wrap_help"] } +clap = { version = "4.5.13", features = ["cargo", "env", "wrap_help"] } clap_complete = "4.5.11" comfy-table = "7.1.1" dialoguer = "0.11.0" @@ -46,4 +46,4 @@ serde_json = "1.0.121" zeroize = { version = "1.8.1", features = ["zeroize_derive"] } [dev-dependencies] -clap = { version = "4.5.11", features = ["cargo", "deprecated", "env", "wrap_help"] } +clap = { version = "4.5.13", features = ["cargo", "deprecated", "env", "wrap_help"] }