From da11c7e9122d1d695a3dea57c34a73815faecf01 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 2 Sep 2024 14:57:40 +0000
Subject: [PATCH] Bump clap_complete from 4.4.0 to 4.5.13 (#5541)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.0 to
4.5.13.
Release notes
Sourced from clap_complete's
releases.
v4.5.13
[4.5.13] - 2024-07-31
Fixes
- (derive) Improve error message when
#[flatten]
ing an optional #[group(skip)]
- (help) Properly wrap long subcommand descriptions in
help
v4.5.12
[4.5.12] - 2024-07-31
v4.5.10
[4.5.10] - 2024-07-23
v4.5.9
[4.5.9] - 2024-07-09
Fixes
- (error) When defining a custom help flag, be sure to
suggest it like we do the built-in one
v4.5.8
[4.5.8] - 2024-06-28
Fixes
v4.5.7
[4.5.7] - 2024-06-10
Fixes
- Clean up error message when too few arguments for
num_args
v4.5.6
[4.5.6] - 2024-06-06
v4.5.4
[4.5.4] - 2024-03-25
Fixes
- (derive) Allow non-literal
#[arg(id)]
attributes again
v4.5.3
[4.5.3] - 2024-03-15
Internal
... (truncated)
Changelog
Sourced from clap_complete's
changelog.
[4.5.13] - 2024-07-31
Fixes
- (derive) Improve error message when
#[flatten]
ing an optional #[group(skip)]
- (help) Properly wrap long subcommand descriptions in
help
[4.5.12] - 2024-07-31
[4.5.11] - 2024-07-25
[4.5.10] - 2024-07-23
[4.5.9] - 2024-07-09
Fixes
- (error) When defining a custom help flag, be sure to
suggest it like we do the built-in one
[4.5.8] - 2024-06-28
Fixes
[4.5.7] - 2024-06-10
Fixes
- Clean up error message when too few arguments for
num_args
[4.5.6] - 2024-06-06
[4.5.5] - 2024-06-06
Fixes
- Allow
exclusive
to override
required_unless_present
,
required_unless_present_any
,
required_unless_present_all
[4.5.4] - 2024-03-25
Fixes
- (derive) Allow non-literal
#[arg(id)]
attributes again
[4.5.3] - 2024-03-15
Internal
... (truncated)
Commits
d222ae4
chore: Release
a8abcb4
docs: Update changelog
2690e1b
Merge pull request #5621
from shannmu/dynamic_valuehint
7fd7b3e
feat(clap_complete): Support to complete custom value of argument
fc6aaca
Merge pull request #5638
from epage/cargo
631e54b
docs(cookbook): Style cargo plugin
6fb49d0
Merge pull request #5636
from gibfahn/styles_const
6f215ee
refactor(styles): make styles example use a const
bbb2e6f
test: Add test case for completing custom value of argument
999071c
fix: Change visible
to hidden
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap_complete&package-manager=cargo&previous-version=4.4.0&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 2074bb1d67ae..7550aab4a9fc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2805,9 +2805,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.4.0"
+version = "4.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5"
+checksum = "aa3c596da3cf0983427b0df0dba359df9182c13bd5b519b585a482b0c351f4e8"
dependencies = [
"clap 4.5.11",
]
diff --git a/Cargo.toml b/Cargo.toml
index 5ed5ce2f13cc..bc5b32559217 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -668,7 +668,7 @@ chrono = { version = "0.4.31" }
cid = { version = "0.9.0" }
clap = { version = "4.5.10" }
clap-num = { version = "1.0.2" }
-clap_complete = { version = "4.0.2" }
+clap_complete = { version = "4.5.13" }
coarsetime = { version = "0.1.22" }
codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" }
collectives-westend-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/parachains/collectives/collectives-westend" }