From 087a1845cfd04a0328b48b2f4c8292a8156b78ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:20:06 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.5.8 to 4.5.40 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.8 to 4.5.40. - [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.8...clap_complete-v4.5.40) --- 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 ca79a88..775c8d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,9 +478,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.8" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b4be9c4c4b1f30b78d8a750e0822b6a6102d97e62061c583a6c1dea2dfb33ae" +checksum = "ac2e663e3e3bed2d32d065a8404024dad306e699a04263ec59919529f803aee9" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 5e161bb..e9177b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -178,6 +178,6 @@ schemars = { version = "0.8.21", optional = true } [build-dependencies] clap = { version = "4.5.9", features = ["derive"] } -clap_complete = "4.5.2" +clap_complete = "4.5.40" serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.134" \ No newline at end of file