Skip to content

fix(deps): update rust crate clap to v4.5.37 #315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.20 -> 4.5.37

Release Notes

clap-rs/clap (clap)

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)

Configuration

📅 Schedule: Branch creation - On day 1 of the month, every 3 months ( * * 1 */3 * ) (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.23 fix(deps): update rust crate clap to v4.5.24 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from fbbb547 to 48cd375 Compare January 8, 2025 14:05
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.24 fix(deps): update rust crate clap to v4.5.25 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 48cd375 to 744d4c0 Compare January 9, 2025 18:13
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.25 fix(deps): update rust crate clap to v4.5.26 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 744d4c0 to 94e9ca3 Compare January 9, 2025 21:34
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.26 fix(deps): update rust crate clap to v4.5.27 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 94e9ca3 to d824fc7 Compare January 21, 2025 10:09
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from d824fc7 to b6ac10b Compare February 4, 2025 00:22
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.27 fix(deps): update rust crate clap to v4.5.28 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from b6ac10b to dff429f Compare February 11, 2025 21:49
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.28 fix(deps): update rust crate clap to v4.5.29 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from dff429f to b7c1650 Compare February 17, 2025 19:26
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.29 fix(deps): update rust crate clap to v4.5.30 Feb 17, 2025
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.30 fix(deps): update rust crate clap to v4.5.31 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from b7c1650 to 8f231bb Compare February 24, 2025 18:57
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 8f231bb to db0e0ae Compare March 10, 2025 23:03
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.31 fix(deps): update rust crate clap to v4.5.32 Mar 10, 2025
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.32 fix(deps): update rust crate clap to v4.5.33 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from db0e0ae to 92fe16b Compare March 26, 2025 21:40
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.33 fix(deps): update rust crate clap to v4.5.34 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 92fe16b to 1f751c5 Compare March 27, 2025 03:07
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.34 fix(deps): update rust crate clap to v4.5.35 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 1f751c5 to 3ea8119 Compare April 1, 2025 22:31
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 3ea8119 to da90062 Compare April 11, 2025 21:49
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.35 fix(deps): update rust crate clap to v4.5.36 Apr 11, 2025
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.36 fix(deps): update rust crate clap to v4.5.37 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from da90062 to e58092f Compare April 18, 2025 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants