chore(deps): update rust crate clap to v4.5.53 #115

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.18 -> 4.5.53

Release Notes

clap-rs/clap (clap)

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

v4.5.51

Compare Source

Fixes
  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str

v4.5.45

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

Compare Source

Features
  • Add Command::mut_subcommands

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

v4.5.42

Compare Source

Fixes
  • Include subcommand visible long aliases in --help

v4.5.41

Compare Source

Features
  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help

v4.5.40

Compare Source

Features
  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

v4.5.39

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()

v4.5.36

Compare Source

Fixes
  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

Compare Source

Fixes
  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

Compare Source

Fixes
  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

Compare Source

Fixes
  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

Compare Source

Features
  • Add Error::remove
Documentation
  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional
Internal
  • Update pulldown-cmark

v4.5.31

Compare Source

Features
  • Add ValueParserFactory for Saturating<T>

v4.5.30

Compare Source

Fixes
  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

Compare Source

Features
  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

Compare Source

Documentation
  • Iterate on tutorials and reference based on feedback

v4.5.26

Compare Source

Fixes
  • (error) Reduce binary size with the suggestions feature

v4.5.25

Compare Source

Fixes
  • (help) Reduce binary size

v4.5.24

Compare Source

Fixes
  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

v4.5.23

Compare Source

Fixes
  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

Compare Source

Fixes
  • (assert) Catch bugs with arguments requiring themself

v4.5.21

Compare Source

Fixes
  • (parser) Ensure defaults are filled in on error with ignore_errors(true)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

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.18` -> `4.5.53` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`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` ### [`v4.5.51`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4551---2025-10-29) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.50...v4.5.51) ##### Fixes - *(help)* Correctly calculate padding for short flags that take a value - *(help)* Don't panic on short flags using `ArgAction::Count` ### [`v4.5.50`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4550---2025-10-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.49...v4.5.50) ##### Features - Accept `Cow` where `String` and `&str` are accepted ### [`v4.5.49`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4549---2025-10-13) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.48...v4.5.49) ##### Fixes - *(help)* Correctly wrap when ANSI escape codes are present ### [`v4.5.48`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4548---2025-09-19) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.47...v4.5.48) ##### Documentation - Add a new CLI Concepts document as another way of framing clap - Expand the `typed_derive` cookbook entry ### [`v4.5.47`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4547---2025-09-02) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.46...v4.5.47) ##### Features - Added `impl FromArgMatches for ()` - Added `impl Args for ()` - Added `impl Subcommand for ()` - Added `impl FromArgMatches for Infallible` - Added `impl Subcommand for Infallible` ##### Fixes - *(derive)* Update runtime error text to match `clap` ### [`v4.5.46`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4546---2025-08-26) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.45...v4.5.46) ##### Features - Expose `StyledStr::push_str` ### [`v4.5.45`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4545---2025-08-12) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.44...v4.5.45) ##### Fixes - *(unstable-v5)* `ValueEnum` variants now use the full doc comment, not summary, for `PossibleValue::help` ### [`v4.5.44`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4544---2025-08-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.43...v4.5.44) ##### Features - Add `Command::mut_subcommands` ### [`v4.5.43`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4543---2025-08-06) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.42...v4.5.43) ##### Fixes - *(help)* In long help, list Possible Values before defaults, rather than after, for a more consistent look ### [`v4.5.42`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4542---2025-07-30) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.41...v4.5.42) ##### Fixes - Include subcommand visible long aliases in `--help` ### [`v4.5.41`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4541---2025-07-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.40...v4.5.41) ##### Features - Add `Styles::context` and `Styles::context_value` to customize the styling of `[default: value]` like notes in the `--help` ### [`v4.5.40`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4540---2025-06-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.39...v4.5.40) ##### Features - Support quoted ids in `arg!()` macro (e.g. `arg!("check-config": ...)`) ### [`v4.5.39`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4539---2025-05-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.38...v4.5.39) ##### Fixes - *(help)* Show short flag aliases before long - *(help)* Merge the short and long flag alias lists ### [`v4.5.38`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4538---2025-05-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.37...v4.5.38) ##### Fixes - *(help)* When showing aliases, include leading `--` or `-` ### [`v4.5.37`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4537---2025-04-18) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.36...v4.5.37) ##### Features - Added `ArgMatches::try_clear_id()` ### [`v4.5.36`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4536---2025-04-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.35...v4.5.36) ##### Fixes - *(help)* Revert 4.5.35's "Don't leave space for shorts if there are none" for now ### [`v4.5.35`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4535---2025-04-01) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.34...v4.5.35) ##### Fixes - *(help)* Align positionals and flags when put in the same `help_heading` - *(help)* Don't leave space for shorts if there are none ### [`v4.5.34`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4534---2025-03-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.33...v4.5.34) ##### Fixes - *(help)* Don't add extra blank lines with `flatten_help(true)` and subcommands without arguments ### [`v4.5.33`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4533---2025-03-26) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.32...v4.5.33) ##### Fixes - *(error)* When showing the usage of a suggestion for an unknown argument, don't show the group ### [`v4.5.32`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4532---2025-03-10) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.31...v4.5.32) ##### Features - Add `Error::remove` ##### Documentation - *(cookbook)* Switch from `humantime` to `jiff` - *(tutorial)* Better cover required vs optional ##### Internal - Update `pulldown-cmark` ### [`v4.5.31`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4531---2025-02-24) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.30...v4.5.31) ##### Features - Add `ValueParserFactory` for `Saturating<T>` ### [`v4.5.30`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4530---2025-02-17) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.29...v4.5.30) ##### Fixes - *(assert)* Allow `num_args(0..=1)` to be used with `SetTrue` - *(assert)* Clean up rendering of `takes_values` assertions ### [`v4.5.29`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4529---2025-02-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.28...v4.5.29) ##### Fixes - Change `ArgMatches::args_present` so not-present flags are considered not-present (matching the documentation) ### [`v4.5.28`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4528---2025-02-03) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.27...v4.5.28) ##### Features - *(derive)* Unstable support for full markdown syntax for doc comments, enabled with `unstable-markdown` ### [`v4.5.27`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4527---2025-01-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.26...v4.5.27) ##### Documentation - Iterate on tutorials and reference based on feedback ### [`v4.5.26`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4526---2025-01-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.25...v4.5.26) ##### Fixes - *(error)* Reduce binary size with the `suggestions` feature ### [`v4.5.25`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4525---2025-01-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.24...v4.5.25) ##### Fixes - *(help)* Reduce binary size ### [`v4.5.24`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4524---2025-01-07) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.23...v4.5.24) ##### Fixes - *(parser)* Correctly handle defaults with `ignore_errors(true)` and when a suggestion is provided for an unknown argument ### [`v4.5.23`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4523---2024-12-05) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.22...v4.5.23) ##### Fixes - *(parser)* When check `allow_negative_numbers`, allow `E` again ### [`v4.5.22`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4522---2024-12-03) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.21...v4.5.22) ##### Fixes - *(assert)* Catch bugs with arguments requiring themself ### [`v4.5.21`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4521---2024-11-13) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.20...v4.5.21) ##### Fixes - *(parser)* Ensure defaults are filled in on error with `ignore_errors(true)` ### [`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 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDYuMiIsInVwZGF0ZWRJblZlciI6IjQyLjE5LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
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:36:09 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 32067a78ac
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
to 4b7adb172c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2024-10-08 19:36:10 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.20 to fix(deps): update rust crate clap to v4.5.23 2024-12-23 18:15:37 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 4b7adb172c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
to d0ddb67a89 2024-12-23 18:15:38 +05:30
Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.23 to fix(deps): update rust crate clap to v4.5.26 2025-01-10 22:45:08 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from d0ddb67a89 to fe2a13baee 2025-01-10 22:45:09 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.26 to fix(deps): update rust crate clap to v4.5.27 2025-01-27 05:17:52 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from fe2a13baee to dc7c45c84a 2025-01-27 05:17:53 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.27 to fix(deps): update rust crate clap to v4.5.28 2025-02-10 05:18:59 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from dc7c45c84a to b62ebc09fd 2025-02-10 05:19:00 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.28 to fix(deps): update rust crate clap to v4.5.29 2025-02-17 05:19:53 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from b62ebc09fd to c544c6db60 2025-02-17 05:19:54 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.29 to fix(deps): update rust crate clap to v4.5.30 2025-02-24 05:18:03 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from c544c6db60 to ffee802652 2025-02-24 05:18:06 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.30 to fix(deps): update rust crate clap to v4.5.32 2025-03-17 05:15:46 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from ffee802652 to ff573aa108 2025-03-17 05:15:47 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.32 to fix(deps): update rust crate clap to v4.5.34 2025-03-31 05:17:10 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from ff573aa108 to 25966356f9 2025-03-31 05:17:12 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.34 to fix(deps): update rust crate clap to v4.5.35 2025-04-03 10:29:18 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 25966356f9 to d239e02494 2025-04-03 10:29:20 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.35 to fix(deps): update rust crate clap to v4.5.36 2025-04-14 05:13:55 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from d239e02494 to 7401eddab8 2025-04-14 05:13:56 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.36 to fix(deps): update rust crate clap to v4.5.37 2025-04-20 19:08:10 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 7401eddab8 to 84697cfc10 2025-04-20 19:08:12 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.37 to fix(deps): update rust crate clap to v4.5.38 2025-05-12 05:35:41 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 84697cfc10 to eaf2296ce2 2025-05-12 05:35:41 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.38 to fix(deps): update rust crate clap to v4.5.39 2025-06-02 05:22:22 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from eaf2296ce2 to 5126a128b7 2025-06-02 05:22:23 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.39 to fix(deps): update rust crate clap to v4.5.40 2025-06-16 05:56:09 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 5126a128b7 to f384736adb 2025-06-16 05:56:10 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.40 to fix(deps): update rust crate clap to v4.5.41 2025-07-14 05:27:20 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from f384736adb to 638145f817 2025-07-14 05:27:21 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.41 to fix(deps): update rust crate clap to v4.5.42 2025-08-04 05:20:24 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 638145f817 to 1a3a11a94c 2025-08-04 05:20:25 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.42 to fix(deps): update rust crate clap to v4.5.43 2025-08-11 05:17:45 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 1a3a11a94c to b97cf61110 2025-08-11 05:17:46 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.43 to fix(deps): update rust crate clap to v4.5.45 2025-08-18 05:54:54 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from b97cf61110 to 3c7f4560e3 2025-08-18 05:54:56 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.45 to fix(deps): update rust crate clap to v4.5.46 2025-09-01 05:18:54 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 3c7f4560e3 to 52d1a3d9d2 2025-09-01 05:18:55 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.46 to fix(deps): update rust crate clap to v4.5.47 2025-09-08 05:18:52 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 52d1a3d9d2 to 49546ba445 2025-09-08 05:18:54 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate clap to v4.5.47 to chore(deps): update rust crate clap to v4.5.47 2025-09-15 05:19:03 +05:30
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.47 to chore(deps): update rust crate clap to v4.5.48 2025-09-22 05:22:58 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 49546ba445 to 5ec25bb7da 2025-09-22 05:23:00 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.48 to chore(deps): update rust crate clap to v4.5.49 2025-10-20 05:20:19 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 5ec25bb7da to 9be44924db 2025-10-20 05:20:21 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.49 to chore(deps): update rust crate clap to v4.5.50 2025-10-27 05:18:34 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 9be44924db to 60176ded1e 2025-10-27 05:18:34 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.50 to chore(deps): update rust crate clap to v4.5.51 2025-11-03 05:21:09 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 60176ded1e to 56b76278cf 2025-11-03 05:21:11 +05:30 Compare
renovate-bot changed title from chore(deps): update rust crate clap to v4.5.51 to chore(deps): update rust crate clap to v4.5.53 2025-11-24 05:19:14 +05:30
renovate-bot force-pushed renovate/clap-4.x-lockfile from 56b76278cf to 9a8ef4d472
Some checks are pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline is pending
2025-11-24 05:19:15 +05:30
Compare
Some checks are pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
ci/woodpecker/pr/woodpecker Pipeline is pending
ci/woodpecker/push/woodpecker Pipeline is pending
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 master
git merge --no-ff renovate/clap-4.x-lockfile
git switch renovate/clap-4.x-lockfile
git rebase master
git switch master
git merge --ff-only renovate/clap-4.x-lockfile
git switch renovate/clap-4.x-lockfile
git rebase master
git switch master
git merge --no-ff renovate/clap-4.x-lockfile
git switch master
git merge --squash renovate/clap-4.x-lockfile
git switch master
git merge --ff-only renovate/clap-4.x-lockfile
git switch master
git merge renovate/clap-4.x-lockfile
git push origin master
Sign in to join this conversation.
No description provided.