summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-23 22:02:40 -0600
committerGitHub <noreply@github.com>2023-09-23 22:02:40 -0600
commit3d7141477c27c254ea315f7bd33de586ec4d581c (patch)
tree83aec168866220efa8103d58122942ad1b85e0ed
parentfebdfd3a2c5216113796f5973ddd897bbb7ed8eb (diff)
Bump clap_complete from 4.4.0 to 4.4.1 (#220)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.0 to 4.4.1. - [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.0...clap_complete-v4.4.1) --- updated-dependencies: - dependency-name: clap_complete 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--xtask/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9764353..ae1b369 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -158,9 +158,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.4.0"
+version = "4.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5"
+checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f"
dependencies = [
"clap",
]
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 3937116..7e14f6c 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -6,5 +6,5 @@ publish = false
[dependencies]
clap = "4.4.3"
-clap_complete = "4.4.0"
+clap_complete = "4.4.1"
man = "0.3.0"