Skip to content

Update Rust crate clap to v4.5.48#235

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clap-4.x-lockfile
Open

Update Rust crate clap to v4.5.48#235
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clap-4.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented May 5, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
clap dev-dependencies minor 4.4.18 -> 4.5.48

Release Notes

clap-rs/clap (clap)

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

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

v4.5.4

Compare Source

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

v4.5.3

Compare Source

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

v4.5.2

Compare Source

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

v4.5.1

Compare Source

Internal
  • Update dependencies

v4.5.0

Compare Source

Compatibility
  • Update MSRV to 1.74

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from ae653ff to c96f822 Compare May 7, 2024 07:24
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 4 times, most recently from c17124d to 81d542e Compare May 18, 2024 20:23
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 81d542e to 4321d11 Compare June 6, 2024 21:35
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.4 Update Rust crate clap to v4.5.5 Jun 6, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 4321d11 to ac5b5bc Compare June 7, 2024 01:19
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.5 Update Rust crate clap to v4.5.6 Jun 7, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from ac5b5bc to 8d2e300 Compare June 10, 2024 16:13
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.6 Update Rust crate clap to v4.5.7 Jun 10, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 8d2e300 to b9cee13 Compare June 28, 2024 17:00
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.7 Update Rust crate clap to v4.5.8 Jun 28, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from b9cee13 to a1687cc Compare July 9, 2024 04:14
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.8 Update Rust crate clap to v4.5.9 Jul 9, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 08fb708 to 2d11367 Compare July 18, 2024 02:14
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 2d11367 to 73327fb Compare July 23, 2024 16:34
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.9 Update Rust crate clap to v4.5.10 Jul 23, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 73327fb to a837f75 Compare July 25, 2024 17:51
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.10 Update Rust crate clap to v4.5.11 Jul 25, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from a837f75 to 770cdca Compare July 31, 2024 18:13
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.11 Update Rust crate clap to v4.5.12 Jul 31, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 770cdca to e93b463 Compare August 1, 2024 00:57
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.12 Update Rust crate clap to v4.5.13 Aug 1, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from e93b463 to 50155f5 Compare August 8, 2024 17:22
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.13 Update Rust crate clap to v4.5.14 Aug 8, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 50155f5 to 044be01 Compare August 10, 2024 02:33
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.14 Update Rust crate clap to v4.5.15 Aug 10, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 1de57b6 to 416a525 Compare October 8, 2024 15:34
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.19 Update Rust crate clap to v4.5.20 Oct 8, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 4 times, most recently from debaf03 to c604b67 Compare October 24, 2024 14:18
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 5 times, most recently from e5a53f0 to eca0188 Compare November 3, 2024 18:38
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch 3 times, most recently from 48403c3 to fc7697a Compare November 10, 2024 10:41
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from fc7697a to 29e68fa Compare November 13, 2024 22:44
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.20 Update Rust crate clap to v4.5.21 Nov 13, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 29e68fa to 500c20e Compare December 3, 2024 22:53
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.21 Update Rust crate clap to v4.5.22 Dec 3, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 500c20e to 046930a Compare December 5, 2024 22:42
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.22 Update Rust crate clap to v4.5.23 Dec 5, 2024
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 046930a to ce324af Compare January 8, 2025 15:26
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.23 Update Rust crate clap to v4.5.24 Jan 8, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from ce324af to 2599e5e Compare January 9, 2025 17:40
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.24 Update Rust crate clap to v4.5.25 Jan 9, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 2599e5e to 231f086 Compare January 9, 2025 22:14
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.25 Update Rust crate clap to v4.5.26 Jan 9, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 231f086 to 2e113d9 Compare January 20, 2025 21:07
@renovate renovate Bot changed the title Update Rust crate clap to v4.5.26 Update Rust crate clap to v4.5.27 Jan 20, 2025
@renovate renovate Bot force-pushed the renovate/clap-4.x-lockfile branch from 2e113d9 to e5e10b8 Compare February 4, 2025 02:00
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