From a84db9a1e395fb06de5c92c1f52cd4f764b78c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:17:48 +0000 Subject: [PATCH] chore(deps): Bump clap from 4.4.7 to 4.4.11 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.7 to 4.4.11. - [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/v4.4.7...v4.4.11) --- 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 | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8a527a..aef3206 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -167,9 +167,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.7" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" +checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" dependencies = [ "clap_builder", "clap_derive", @@ -177,9 +177,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.7" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" +checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index d31c371..02fe994 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,13 +8,13 @@ license = "GPL-3.0-or-later" edition = "2021" [dependencies] -clap = { version = "4.4.7", features = ["derive"] } +clap = { version = "4.4.11", features = ["derive"] } ctrlc = { version = "3.4.1", features = ["termination"] } hyprland = "=0.3.9" single-instance = "0.3.3" [build-dependencies] -clap = { version = "4.4.7", features = ["derive"] } +clap = { version = "4.4.11", features = ["derive"] } clap_complete = "4.4.4" clap_mangen = "0.2.15"