From c741e45b2154768f3294cdc119595ee8776700f1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 13 Aug 2025 18:22:35 +0000
Subject: [PATCH] build(deps): bump clap from 4.5.44 to 4.5.45 (#38662)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.44 to 4.5.45.
Release notes
Sourced from clap's
releases.
v4.5.45
[4.5.45] - 2025-08-12
Fixes
- (unstable-v5)
ValueEnum
variants now use the
full doc comment, not summary, for PossibleValue::help
Changelog
Sourced from clap's
changelog.
[4.5.45] - 2025-08-12
Fixes
- (unstable-v5)
ValueEnum
variants now use the
full doc comment, not summary, for PossibleValue::help
Commits
246d972
chore: Release
a35a076
docs: Update changelog
9b985a3
Merge pull request #5912
from epage/takes
389fbe8
feat(builder): Allow flags to take num_args=0..=1
c395d02
test(parser): Show flag behavior
32c119e
refactor(assert): Be more specific than action.takes_values
80ea3e7
fix(assert): Clean up num_args/action assert
2bc0f45
fix(builder): Make ValueRange display independent of usize::MAX
a0187c6
test(assert): Verify num_args/action compat
a8f9885
refactor(builder): Be more explicit in how takes_values is used
- Additional commits viewable in compare
view
[](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 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index dc79f37e4e3..6cf45c8954f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1251,9 +1251,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.44"
+version = "4.5.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1c1f056bae57e3e54c3375c41ff79619ddd13460a17d7438712bd0d83fda4ff8"
+checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318"
dependencies = [
"clap_builder",
]