From b786f5a6bcc53a5aa090c99f7941df1ebac830a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:02:46 +0000 Subject: [PATCH] chore(deps): bump the cargo group with 2 updates Bumps the cargo group with 2 updates: [clap](https://github.com/clap-rs/clap) and [clap_complete](https://github.com/clap-rs/clap). Updates `clap` from 4.5.51 to 4.5.53 - [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.51...clap_complete-v4.5.53) Updates `clap_complete` from 4.5.60 to 4.5.61 - [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.60...clap_complete-v4.5.61) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-version: 4.5.61 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- xtask/Cargo.toml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7e263e..35c05fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -464,18 +464,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.51" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" +checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.51" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" +checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" dependencies = [ "anstream", "anstyle", @@ -485,9 +485,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.60" +version = "4.5.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e602857739c5a4291dfa33b5a298aeac9006185229a700e5810a3ef7272d971" +checksum = "39615915e2ece2550c0149addac32fb5bd312c657f43845bb9088cb9c8a7c992" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 2289db9..ba5a7c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ codegen-units = 16 [dependencies] chrono = "0.4" -clap = "4.5.48" +clap = "4.5.53" arboard = {version = "3.6", optional = true} crossbeam-channel = "0.5" zbus = {version = "5.11.0", default-features = false, features = ["tokio"], optional = true} diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 511814b..a4ffdcf 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -10,8 +10,8 @@ repository.workspace = true [dependencies] clap_mangen = "0.2.29" -clap_complete = "4.5.58" -clap = "4.5.48" +clap_complete = "4.5.61" +clap = "4.5.53" [dependencies.ncspot] default-features = false