summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-25 15:28:41 +0000
committerGitHub <noreply@github.com>2024-07-25 15:28:41 +0000
commit5b7e087e2e6f6b76a19c1e1c3dd764e6ee4f9098 (patch)
tree8dca8dfb49d4dd4458d32d52c43e1abfda6c1840
parenta475daf72e5a29da1e6363c43e05e26a5f7023a8 (diff)
chore: Bump clap from 4.5.4 to 4.5.11dependabot/cargo/clap-4.5.11
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.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/clap_complete-v4.5.4...v4.5.11) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml4
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8f6106c..a66f6fe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -121,18 +121,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.5.4"
+version = "4.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
+checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.2"
+version = "4.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
+checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa"
dependencies = [
"anstream",
"anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index 6dd35ea..e31c863 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,13 +22,13 @@ bytesize = "1.3.0"
unicode-width = "0.1.11"
colorsys = "0.6.7"
enum-iterator = "2.0.0"
-clap = "4.5.4"
+clap = "4.5.11"
copypasta-ext = "0.4.4"
[build-dependencies]
clap_mangen = "0.2.20"
clap_complete = "4.5.2"
-clap = "4.4.7"
+clap = "4.5.11"
[profile.dev]
opt-level = 0