From 2c2a2b0804bbc8e7c3264ed297578401001c47f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 06:31:43 +0000 Subject: [PATCH] chore(deps): bump clap_complete from 4.5.7 to 4.5.8 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.7 to 4.5.8. - [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.7...clap_complete-v4.5.8) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1525812..1e92a05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,9 +303,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.7" +version = "4.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d598e88f6874d4b888ed40c71efbcbf4076f1dfbae128a08a8c9e45f710605d" +checksum = "5b4be9c4c4b1f30b78d8a750e0822b6a6102d97e62061c583a6c1dea2dfb33ae" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 773e3b1..cc18cab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ anda-config = { path = "./anda-config", version = "0.2.0" } andax = { path = "./andax", version = "0.2.0" } flatpak = "0.18.1" clap-verbosity-flag = "2.2.0" -clap_complete = "4.5.7" +clap_complete = "4.5.8" cmd_lib = "1.3.0" tokio = { version = "1.38.0", features = ["process", "io-util", "macros", "signal", "rt-multi-thread"] } async-trait = "0.1.81" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 0e33d2c..e3d4201 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -10,4 +10,4 @@ clap_mangen = "0.2.22" anda = { path = ".." } clap = { version = "4.5.8", features = ["derive", "env"] } anyhow = "1.0.81" -clap_complete = "4.5.7" +clap_complete = "4.5.8"