From edba1d5e9dcd11ab07f5582b881a11a78fced201 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 26 Sep 2023 03:29:07 +0000
Subject: [PATCH] chore(deps): Bump clap from 4.4.4 to 4.4.5 (#890)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.4 to 4.4.5.
Release notes
Sourced from clap's
releases.
v4.4.5
[4.4.5] - 2023-09-25
Fixes
- (parser) When inferring subcommand
name
or
long_flag
, allow ambiguous-looking matches that
unambiguously map back to the same command
- (parser) When inferring subcommand
long_flag
,
don't panic
- (assert) Clarify what action is causing a positional that
doesn't set values which is especially useful for derive users
Changelog
Sourced from clap's
changelog.
[4.4.5] - 2023-09-25
Fixes
- (parser) When inferring subcommand
name
or
long_flag
, allow ambiguous-looking matches that
unambiguously map back to the same command
- (parser) When inferring subcommand
long_flag
,
don't panic
- (assert) Clarify what action is causing a positional that
doesn't set values which is especially useful for derive users
Commits
c298f6a
chore: Release
463d6c5
docs: Update changelog
3ac4404
Merge pull request #5025
from SUPERCILEX/resolve-alias-conflicts
a76789e
fix: Make long subcommand flag inference consistent
c2b8ec3
fix: Resolve conflicting name inference if from aliases
e5c6993
test: Long flags inference
0d9b14f
Merge pull request #5136
from epage/panic
221177b
fix(assert): Call out the action in positional assert
cb2d2bc
chore: Update from '_rust/main'
4173c8f
chore(ci): Don't set patch for MSRV
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.4.4&new-version=4.4.5)](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 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 806027d9a..2df4177c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -614,9 +614,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.4.4"
+version = "4.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
+checksum = "824956d0dca8334758a5b7f7e50518d66ea319330cbceedcf76905c2f6ab30e3"
dependencies = [
"clap_builder",
"clap_derive",
@@ -624,9 +624,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.4.4"
+version = "4.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
+checksum = "122ec64120a49b4563ccaedcbea7818d069ed8e9aa6d829b82d8a4128936b2ab"
dependencies = [
"anstream",
"anstyle",