Bump clap from 4.5.38 to 4.5.60#1389
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Pull Request Test Coverage Report for Build 23897782105Details
💛 - Coveralls |
1ec18d4 to
847a44f
Compare
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. It is recommended to resolve "Warn" alerts too. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| [[package]] | ||
| name = "clap" | ||
| version = "4.5.38" | ||
| version = "4.6.0" |
There was a problem hiding this comment.
Lockfile resolves clap 4.6.0, not intended 4.5.60
Low Severity
The PR states it bumps clap to 4.5.60 and Cargo.toml specifies "4.5.60", but the Cargo.lock resolves to clap 4.6.0 (along with clap_builder 4.6.0, clap_derive 4.6.0, and clap_lex jumping from 0.7.4 to 1.1.0). This happens because Cargo's caret requirement ^4.5.60 permits >=4.5.60, <5.0.0. The release notes in the PR description only cover changes through 4.5.60, so 4.6.0 changes are unreviewed.
Additional Locations (1)
e268de7 to
0ca8f82
Compare
0ca8f82 to
9799619
Compare
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.38 to 4.5.60. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.38...clap_complete-v4.5.60) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
9799619 to
923c48c
Compare


Bumps clap from 4.5.38 to 4.5.60.
Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
33d24d8chore: Release9332409docs: Update changelogb7adce5Merge pull request #6166 from fabalchemy/fix-dynamic-powershell-completion009bba4fix(clap_complete): Improve powershell registrationd89d57dchore: Releasef18b67edocs: Update changelog9d218ebMerge pull request #6165 from epage/shirt126440cfix(help): Correctly calculate padding for short-only args9e3c05etest(help): Show panic with short, valueless argc9898d0test(help): Verify short with valueNote
Medium Risk
Primarily a dependency bump, but it pulls in updated transitive crates (including new
windows-sysversions andonce_cell_polyfill), which could affect builds and CLI parsing/help output across platforms.Overview
Updates the workspace dependency on
clapfrom4.5.38to4.5.60.Refreshes
Cargo.lock, upgradingclap’s resolved ecosystem (e.g.,clap_*,anstream/anstyle*,proc-macro2/quote/syn) and introducing new transitive packages likeonce_cell_polyfill,windows-link, and an additionalwindows-sysversion to satisfy updated Windows-related dependencies.Written by Cursor Bugbot for commit 923c48c. This will update automatically on new commits. Configure here.