chore(deps): update rust crate clap to v4.6.0 #9

Open
renovate-bot wants to merge 1 commit from renovate/clap-4.x-lockfile into main
Member

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.5.514.6.0

Release Notes

clap-rs/clap (clap)

v4.6.0

Compare Source

Compatibility
  • Update MSRV to 1.85

v4.5.61

Compare Source

Internal
  • Update dependencies

v4.5.60

Compare Source

Fixes
  • (help) Quote empty default values, possible values

v4.5.59

Compare Source

Fixes
  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.58

Compare Source

v4.5.57

Compare Source

Fixes
  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

Compare Source

Fixes
  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

Compare Source

Fixes
  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

v4.5.54

Compare Source

Fixes
  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

v4.5.53

Compare Source

Features
  • Add default_values_if, default_values_ifs

v4.5.52

Compare Source

Fixes
  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://github.com/clap-rs/clap) | dependencies | minor | `4.5.51` → `4.6.0` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.6.0`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#460---2026-03-12) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.61...v4.6.0) ##### Compatibility - Update MSRV to 1.85 ### [`v4.5.61`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4561---2026-03-12) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.60...v4.5.61) ##### Internal - Update dependencies ### [`v4.5.60`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4560---2026-02-19) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.59...v4.5.60) ##### Fixes - *(help)* Quote empty default values, possible values ### [`v4.5.59`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4559---2026-02-16) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.58...v4.5.59) ##### Fixes - `Command::ignore_errors` no longer masks help/version on subcommands ### [`v4.5.58`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4558---2026-02-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.57...v4.5.58) ### [`v4.5.57`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4557---2026-02-03) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.56...v4.5.57) ##### Fixes - Regression from 4.5.55 where having an argument with `.value_terminator("--")` caused problems with an argument with `.last(true)` ### [`v4.5.56`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4556---2026-01-29) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.55...v4.5.56) ##### Fixes - On conflict error, don't show conflicting arguments in the usage ### [`v4.5.55`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4555---2026-01-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.54...v4.5.55) ##### Fixes - Fix inconsistency in precedence between positionals with a `value_terminator("--")` and escapes (`--`) where `./foo -- bar` means the first arg is empty, rather than escaping future args ### [`v4.5.54`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4554---2026-01-02) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.53...v4.5.54) ##### Fixes - *(help)* Move `[default]` to its own paragraph when `PossibleValue::help` is present in `--help` ### [`v4.5.53`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4553---2025-11-19) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.52...v4.5.53) ##### Features - Add `default_values_if`, `default_values_ifs` ### [`v4.5.52`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4552---2025-11-17) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.51...v4.5.52) ##### Fixes - Don't panic when `args_conflicts_with_subcommands` conflicts with an `ArgGroup` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42OC4wIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot force-pushed renovate/clap-4.x-lockfile from 8446198e8a to a99a8e0c08 2025-11-19 21:02:34 +00:00 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.52 to chore(deps): update rust crate clap to v4.5.53 2025-11-19 21:02:38 +00:00
renovate-bot force-pushed renovate/clap-4.x-lockfile from a99a8e0c08 to abd79015c1 2026-01-02 22:02:57 +00:00 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.53 to chore(deps): update rust crate clap to v4.5.54 2026-01-02 22:03:00 +00:00
renovate-bot force-pushed renovate/clap-4.x-lockfile from abd79015c1 to f3f230d8bb 2026-01-27 21:03:21 +00:00 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.54 to chore(deps): update rust crate clap to v4.5.55 2026-01-27 21:03:26 +00:00
renovate-bot force-pushed renovate/clap-4.x-lockfile from f3f230d8bb to c76f3665ca 2026-01-29 17:06:49 +00:00 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.55 to chore(deps): update rust crate clap to v4.5.56 2026-01-29 17:06:54 +00:00
renovate-bot force-pushed renovate/clap-4.x-lockfile from c76f3665ca to c67e99f641 2026-02-03 17:06:51 +00:00 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.56 to chore(deps): update rust crate clap to v4.5.57 2026-02-03 17:06:58 +00:00
renovate-bot force-pushed renovate/clap-4.x-lockfile from c67e99f641 to 11153a215a 2026-02-11 14:06:08 +00:00 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.57 to chore(deps): update rust crate clap to v4.5.58 2026-02-11 14:06:13 +00:00
renovate-bot force-pushed renovate/clap-4.x-lockfile from 11153a215a to 7f10126f84 2026-02-16 23:06:07 +00:00 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.58 to chore(deps): update rust crate clap to v4.5.59 2026-02-16 23:06:12 +00:00
renovate-bot force-pushed renovate/clap-4.x-lockfile from 7f10126f84 to d6a2903a5c 2026-02-19 19:06:59 +00:00 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.59 to chore(deps): update rust crate clap to v4.5.60 2026-02-19 19:07:05 +00:00
renovate-bot force-pushed renovate/clap-4.x-lockfile from d6a2903a5c to 23a8bb4b31 2026-03-12 17:05:02 +00:00 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.60 to chore(deps): update rust crate clap to v4.5.61 2026-03-12 17:05:06 +00:00
renovate-bot force-pushed renovate/clap-4.x-lockfile from 23a8bb4b31 to 0c433def4e 2026-03-12 20:06:16 +00:00 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.61 to chore(deps): update rust crate clap to v4.6.0 2026-03-12 20:06:22 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/clap-4.x-lockfile:renovate/clap-4.x-lockfile
git switch renovate/clap-4.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/clap-4.x-lockfile
git switch renovate/clap-4.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/clap-4.x-lockfile
git switch renovate/clap-4.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/clap-4.x-lockfile
git switch main
git merge --squash renovate/clap-4.x-lockfile
git switch main
git merge --ff-only renovate/clap-4.x-lockfile
git switch main
git merge renovate/clap-4.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: smyth/smyth-cli#9
No description provided.