fix(deps): update rust crate clap to v4.5.20 #54

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

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.11 -> 4.5.20

Release Notes

clap-rs/clap (clap)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

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


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 | patch | `4.5.11` -> `4.5.20` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.20`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4520---2024-10-08) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.19...v4.5.20) ##### Features - *(unstable)* Add `CommandExt` ### [`v4.5.19`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4519---2024-10-01) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.18...v4.5.19) ##### Internal - Update dependencies ### [`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) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNi4wIiwidXBkYXRlZEluVmVyIjoiMzguMTE0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot added the
renovate-bot
label 2024-07-31 23:02:23 +05:30
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.12 to fix(deps): update rust crate clap to v4.5.13 2024-08-01 03:32:29 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 7e4ac3de59 to 12cc5615ac 2024-08-01 03:32:30 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.13 to fix(deps): update rust crate clap to v4.5.14 2024-08-08 22:02:41 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 12cc5615ac to c9f75864b2 2024-08-08 22:02:43 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.14 to fix(deps): update rust crate clap to v4.5.15 2024-08-10 06:02:57 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from c9f75864b2 to 17c5aa4cd8 2024-08-10 06:02:59 +05:30 Compare
renovate-bot force-pushed renovate/clap-4.x-lockfile from 17c5aa4cd8 to 662a5c93dc 2024-08-16 03:32:33 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.15 to fix(deps): update rust crate clap to v4.5.16 2024-08-16 03:32:34 +05:30
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.16 to fix(deps): update rust crate clap to v4.5.17 2024-09-05 01:33:03 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 662a5c93dc to d5ed2ea05b 2024-09-11 19:37:51 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.17 to fix(deps): update rust crate clap to v4.5.18 2024-09-21 02:03:24 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from d5ed2ea05b to 55004cb9f8 2024-09-21 02:03:25 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.18 to fix(deps): update rust crate clap to v4.5.19 2024-10-02 00:03:52 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 55004cb9f8 to 8a267e543e 2024-10-02 00:03:53 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.19 to fix(deps): update rust crate clap to v4.5.20 2024-10-08 19:33:37 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 8a267e543e to a1059e0843 2024-10-08 19:33:39 +05:30 Compare
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
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 checkout renovate/clap-4.x-lockfile

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/clap-4.x-lockfile
git checkout master
git merge --ff-only renovate/clap-4.x-lockfile
git checkout renovate/clap-4.x-lockfile
git rebase master
git checkout master
git merge --no-ff renovate/clap-4.x-lockfile
git checkout master
git merge --squash renovate/clap-4.x-lockfile
git checkout master
git merge --ff-only renovate/clap-4.x-lockfile
git checkout master
git merge renovate/clap-4.x-lockfile
git push origin master
Sign in to join this conversation.
No reviewers
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: ForgeFlux/ftest#54
No description provided.