Update Rust crate clap to 4.5.18 #12

Open
Johnny5 wants to merge 1 commits from renovate/clap-4.x into main
Member

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.4 -> 4.5.18

Release Notes

clap-rs/clap (clap)

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

v4.5.16

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source

v4.5.11

Compare Source

v4.5.10

Compare Source

v4.5.9

Compare Source

Fixes
  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

Compare Source

Fixes
  • Reduce extra flushes

v4.5.7

Compare Source

Fixes
  • Clean up error message when too few arguments for num_args

v4.5.6

Compare Source

v4.5.5

Compare Source

Fixes
  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all

Configuration

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

🚦 Automerge: Enabled.

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 | patch | `4.5.4` -> `4.5.18` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.18`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4518---2024-09-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.17...v4.5.18) ##### Features - *(builder)* Expose `Arg::get_display_order` and `Command::get_display_order` ### [`v4.5.17`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4517---2024-09-04) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.16...v4.5.17) ##### Fixes - *(help)* Style required argument groups - *(derive)* Improve error messages when unsupported fields are used ### [`v4.5.16`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4516---2024-08-15) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.15...v4.5.16) ##### Fixes - *(derive)* Improve error messages when `derive` feature is missing ### [`v4.5.15`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4515---2024-08-10) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.14...v4.5.15) ##### Compatiblity - *(unstable-ext)* `Arg::remove` changed return types ##### Fixes - *(unstable-ext)* Make `Arg::remove` return the removed item ### [`v4.5.14`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4514---2024-08-08) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.13...v4.5.14) ##### Features - *(unstable-ext)* Added `Arg::add` for attaching arbitrary state, like completion hints, to `Arg` without `Arg` knowing about it ### [`v4.5.13`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4513---2024-07-31) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.12...v4.5.13) ##### Fixes - *(derive)* Improve error message when `#[flatten]`ing an optional `#[group(skip)]` - *(help)* Properly wrap long subcommand descriptions in help ### [`v4.5.12`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4512---2024-07-31) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.11...v4.5.12) ### [`v4.5.11`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4511---2024-07-25) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.10...v4.5.11) ### [`v4.5.10`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4510---2024-07-23) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.9...v4.5.10) ### [`v4.5.9`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#459---2024-07-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.8...v4.5.9) ##### Fixes - *(error)* When defining a custom help flag, be sure to suggest it like we do the built-in one ### [`v4.5.8`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Johnny5 added 1 commit 2024-06-06 23:00:49 +02:00
Johnny5 scheduled this pull request to auto merge when all checks succeed 2024-06-06 23:00:49 +02:00
Johnny5 force-pushed renovate/clap-4.x from c4712169af to 4392cde58e 2024-06-07 00:00:47 +02:00 Compare
Johnny5 changed title from Update Rust crate clap to 4.5.5 to Update Rust crate clap to 4.5.6 2024-06-07 00:00:52 +02:00
Johnny5 force-pushed renovate/clap-4.x from 4392cde58e to eee44f257c 2024-06-10 17:00:47 +02:00 Compare
Johnny5 changed title from Update Rust crate clap to 4.5.6 to Update Rust crate clap to 4.5.7 2024-06-10 17:00:51 +02:00
Johnny5 changed title from Update Rust crate clap to 4.5.7 to Update Rust crate clap to 4.5.8 2024-06-28 19:00:55 +02:00
Johnny5 force-pushed renovate/clap-4.x from eee44f257c to 4d11617679 2024-06-28 19:00:56 +02:00 Compare
Johnny5 changed title from Update Rust crate clap to 4.5.8 to Update Rust crate clap to 4.5.9 2024-07-09 05:00:57 +02:00
Johnny5 force-pushed renovate/clap-4.x from 4d11617679 to a03c401abd 2024-07-09 05:00:57 +02:00 Compare
Johnny5 changed title from Update Rust crate clap to 4.5.9 to Update Rust crate clap to 4.5.10 2024-07-23 18:01:19 +02:00
Johnny5 force-pushed renovate/clap-4.x from a03c401abd to 8f4b508984 2024-07-23 18:01:19 +02:00 Compare
Johnny5 changed title from Update Rust crate clap to 4.5.10 to Update Rust crate clap to 4.5.11 2024-07-25 16:02:03 +02:00
Johnny5 force-pushed renovate/clap-4.x from 8f4b508984 to adad2734ce 2024-07-25 16:02:04 +02:00 Compare
Johnny5 changed title from Update Rust crate clap to 4.5.11 to Update Rust crate clap to 4.5.12 2024-07-31 20:02:13 +02:00
Johnny5 force-pushed renovate/clap-4.x from adad2734ce to 23b5370dab 2024-07-31 20:02:14 +02:00 Compare
Johnny5 changed title from Update Rust crate clap to 4.5.12 to Update Rust crate clap to 4.5.13 2024-08-01 00:02:09 +02:00
Johnny5 force-pushed renovate/clap-4.x from 23b5370dab to e2df387732 2024-08-01 00:02:10 +02:00 Compare
Johnny5 changed title from Update Rust crate clap to 4.5.13 to Update Rust crate clap to 4.5.14 2024-08-08 19:01:19 +02:00
Johnny5 force-pushed renovate/clap-4.x from e2df387732 to 9d77d674bf 2024-08-08 19:01:19 +02:00 Compare
Johnny5 force-pushed renovate/clap-4.x from 9d77d674bf to 9756743727 2024-08-10 03:01:22 +02:00 Compare
Johnny5 changed title from Update Rust crate clap to 4.5.14 to Update Rust crate clap to 4.5.15 2024-08-10 03:01:22 +02:00
Johnny5 force-pushed renovate/clap-4.x from 9756743727 to 1dfd2dbf21 2024-08-16 00:02:08 +02:00 Compare
Johnny5 changed title from Update Rust crate clap to 4.5.15 to Update Rust crate clap to 4.5.16 2024-08-16 00:02:13 +02:00
Johnny5 force-pushed renovate/clap-4.x from 1dfd2dbf21 to a070641c17 2024-09-04 22:01:32 +02:00 Compare
Johnny5 changed title from Update Rust crate clap to 4.5.16 to Update Rust crate clap to 4.5.17 2024-09-04 22:01:38 +02:00
Johnny5 force-pushed renovate/clap-4.x from a070641c17 to 3b034f26eb 2024-09-20 23:01:44 +02:00 Compare
Johnny5 changed title from Update Rust crate clap to 4.5.17 to Update Rust crate clap to 4.5.18 2024-09-20 23:01:50 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/clap-4.x main
git pull origin renovate/clap-4.x

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff renovate/clap-4.x
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
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: snailed/trash-util#12
No description provided.