summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-23 21:57:11 -0600
committerGitHub <noreply@github.com>2023-09-23 21:57:11 -0600
commit7e7a4ebdda7a421fe5aff67e1acb8f696e53c4d7 (patch)
tree013ebe55b75d5303ac9c0dccd745b4618404155f
parent8eb5ae9d99d691414f894e9e09f8663b48b95053 (diff)
Bump clap from 4.4.2 to 4.4.3 (#225)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.3. - [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.2...v4.4.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--xtask/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b643857..9764353 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -135,9 +135,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.4.2"
+version = "4.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
+checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6"
dependencies = [
"clap_builder",
"clap_derive",
diff --git a/Cargo.toml b/Cargo.toml
index e7811e7..95b69f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ globwalk = "0.8.1"
ignore = "0.4.20"
ansi_term = "0.12.1"
is-terminal = "0.4.9"
-clap = { version = "4.4.2", features = ["derive", "deprecated", "wrap_help"] }
+clap = { version = "4.4.3", features = ["derive", "deprecated", "wrap_help"] }
[dev-dependencies]
assert_cmd = "2.0.12"
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 41adfeb..3937116 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -5,6 +5,6 @@ edition = "2021"
publish = false
[dependencies]
-clap = "4.4.2"
+clap = "4.4.3"
clap_complete = "4.4.0"
man = "0.3.0"