summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-01 14:35:36 -0600
committerGitHub <noreply@github.com>2023-09-01 14:35:36 -0600
commit020787921a351f79a10da6ba01d1dbc163356b35 (patch)
tree847ab87341fd20bdfdbf3e25e98b6a0b252539ff
parent12b037cfb13b0b9b8a10babb1c6317c0044a5c99 (diff)
Bump clap_complete from 4.3.2 to 4.4.0 (#215)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.3.2 to 4.4.0. - [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.3.2...clap_complete-v4.4.0) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor ... 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--xtask/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 533a6c6..edb1fcf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -160,9 +160,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.3.2"
+version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce"
+checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5"
dependencies = [
"clap",
]
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index f0a037d..23d67f7 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -6,5 +6,5 @@ publish = false
[dependencies]
clap = "4.3.23"
-clap_complete = "4.3.2"
+clap_complete = "4.4.0"
man = "0.3.0"