From a170edaec9d256534e7e589b635000027c956184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 04:48:59 +0000 Subject: [PATCH] chore(deps): bump clap from 4.4.2 to 4.4.5 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.5. - [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.4.2...v4.4.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8a7d1a7..6adb7a44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,18 +490,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.2" +version = "4.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" +checksum = "824956d0dca8334758a5b7f7e50518d66ea319330cbceedcf76905c2f6ab30e3" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.4.2" +version = "4.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" +checksum = "122ec64120a49b4563ccaedcbea7818d069ed8e9aa6d829b82d8a4128936b2ab" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index b7aa3959..8663dbf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ codegen-units = 16 [dependencies] chrono = "0.4" -clap = "4.4.0" +clap = "4.4.5" clipboard = {version = "0.5", optional = true} crossbeam-channel = "0.5" zbus = {version = "3.11.1", default-features = false, features = ["tokio"], optional = true} diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index e642dc11..96bfb466 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] clap_mangen = "0.2.8" clap_complete = "4.2.1" -clap = "4.2.7" +clap = "4.4.5" [dependencies.ncspot] default-features = false