From fd5e6f59c5ec4645908bd54664aeed29aeff2622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:12:51 +0000 Subject: [PATCH] chore(deps): bump clap_complete from 4.5.33 to 4.5.35 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.33 to 4.5.35. - [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.33...clap_complete-v4.5.35) --- 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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b726533..09d2c80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -408,9 +408,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.33" +version = "4.5.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9646e2e245bf62f45d39a0f3f36f1171ad1ea0d6967fd114bca72cb02a8fcdfb" +checksum = "07a13ab5b8cb13dbe35e68b83f6c12f9293b2f601797b71bc9f23befdb329feb" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index b6e560d..e9655a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.9.3 anyhow = "1.0.90" clap = { version = "4.5.20", features = ["derive", "env"] } clap-verbosity-flag = "2.2.2" -clap_complete = "4.5.33" +clap_complete = "4.5.35" colored = "2.1.0" confy = "0.6.1" ctrlc = "3.4.5"