Skip to content
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

fix(deps): update rust crate clap to 4.5.4 - autoclosed #30

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.0.20 -> 4.5.4

Release Notes

clap-rs/clap (clap)

v4.5.4

Compare Source

Fixes
  • (derive) Allow non-literal #[arg(id)] attributes again

v4.5.3

Compare Source

Internal
  • (derive) Update heck

v4.5.2

Compare Source

Fixes
  • (macros) Silence a warning

v4.5.1

Compare Source

Fixes
  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used

v4.5.0

Compare Source

Compatibility
  • Update MSRV to 1.74

v4.4.18

Compare Source

Fixes
  • (error) When lacking usage feature, ensure the list of required arguments is unique

v4.4.17

Compare Source

Fixes
  • Fix panic! when mixing args_conflicts_with_subcommands with ArgGroup (which is implicit with derive) introduced in 4.4.15

v4.4.16

Compare Source

Fixes
  • Ensure invalid escape sequences in user-defined strings are correctly stripped when terminal doesn't support color

v4.4.15

Compare Source

Fixes
  • Improve error for args_conflicts_with_subcommands
  • Ensure we error for args_conflicts_with_subcommands when using subcommand short and long flags

v4.4.14

Compare Source

Documentation
  • Fix find cookbook entry to allow repeats of flags/options
Features
  • Allow num_args(0) on options which allows making them emulate being a flag for position-tracking flags

v4.4.13

Compare Source

Documentation
  • Fix link to structopt migration guide

v4.4.12

Compare Source

Performance
  • Only ask TypedValueParser for possible values if needed

v4.4.11

Compare Source

Features
  • Add Command::mut_group

v4.4.10

Compare Source

Documentation
  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

v4.4.9

Compare Source

Fixes
  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands

v4.4.8

Compare Source

Features
  • Add Command::flatten_help to allow git stash -h like help for subcommands

v4.4.7

Compare Source

Performance
  • Reduced code size

v4.4.6

Compare Source

Internal
  • Upgrade anstream

v4.4.5

Compare Source

Fixes
  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users

v4.4.4

Compare Source

Internal
  • Update terminal_size to 0.3

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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/clap-4.x branch from 234ab22 to 1114c80 Compare November 11, 2022 20:10
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.22 fix(deps): update rust crate clap to 4.0.23 Nov 11, 2022
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.23 fix(deps): update rust crate clap to 4.0.24 Nov 14, 2022
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from 8923c5e to 27de048 Compare November 15, 2022 17:43
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.24 fix(deps): update rust crate clap to 4.0.25 Nov 15, 2022
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 27de048 to 75c112d Compare November 16, 2022 18:03
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.25 fix(deps): update rust crate clap to 4.0.26 Nov 16, 2022
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 75c112d to 0488455 Compare November 24, 2022 19:57
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.26 fix(deps): update rust crate clap to 4.0.27 Nov 24, 2022
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 0488455 to 5cdf2e1 Compare November 29, 2022 06:43
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.27 fix(deps): update rust crate clap to 4.0.28 Nov 29, 2022
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.28 fix(deps): update rust crate clap to 4.0.29 Nov 29, 2022
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 5cdf2e1 to 0e54140 Compare November 29, 2022 15:23
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.29 fix(deps): update rust crate clap to 4.0.30 Dec 21, 2022
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from c3a4e5d to 57c1fd0 Compare December 22, 2022 19:47
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.30 fix(deps): update rust crate clap to 4.0.31 Dec 22, 2022
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 57c1fd0 to dc48eae Compare December 22, 2022 22:35
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.31 fix(deps): update rust crate clap to 4.0.32 Dec 22, 2022
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.0.32 fix(deps): update rust crate clap to 4.1.0 Jan 13, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from dc48eae to 71996ba Compare January 13, 2023 19:40
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.1.0 fix(deps): update rust crate clap to 4.1.8 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 71996ba to 5d66bde Compare March 16, 2023 20:13
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.1.8 fix(deps): update rust crate clap to 4.1.12 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 5d66bde to bf09314 Compare March 23, 2023 21:55
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.1.12 fix(deps): update rust crate clap to 4.1.13 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from bf09314 to 09a267c Compare March 23, 2023 23:18
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.1.13 fix(deps): update rust crate clap to 4.1.14 Mar 28, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 09a267c to a5b48d0 Compare March 28, 2023 01:40
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.10 fix(deps): update rust crate clap to 4.4.11 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 10acffd to 5a59701 Compare December 4, 2023 20:32
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.11 fix(deps): update rust crate clap to 4.4.12 Dec 28, 2023
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 5a59701 to bc02b47 Compare December 28, 2023 21:45
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.12 fix(deps): update rust crate clap to 4.4.13 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x branch from bc02b47 to 99d5f01 Compare January 4, 2024 21:22
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.13 fix(deps): update rust crate clap to 4.4.14 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 99d5f01 to 670159e Compare January 8, 2024 17:21
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.14 fix(deps): update rust crate clap to 4.4.15 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 670159e to 311fd53 Compare January 11, 2024 18:22
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.15 fix(deps): update rust crate clap to 4.4.16 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 311fd53 to f33c38f Compare January 12, 2024 04:07
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.16 fix(deps): update rust crate clap to 4.4.17 Jan 15, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x branch 2 times, most recently from a3ddacf to 93148f9 Compare January 16, 2024 22:24
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.17 fix(deps): update rust crate clap to 4.4.18 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 93148f9 to 81c2d4c Compare February 8, 2024 19:18
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.4.18 fix(deps): update rust crate clap to 4.5.0 Feb 8, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.5.0 fix(deps): update rust crate clap to 4.5.1 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 81c2d4c to 4df1acb Compare February 16, 2024 14:02
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 4df1acb to 98e6ff1 Compare March 6, 2024 19:07
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.5.1 fix(deps): update rust crate clap to 4.5.2 Mar 6, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.5.2 fix(deps): update rust crate clap to 4.5.3 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 98e6ff1 to 7525f4c Compare March 15, 2024 16:57
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.5.3 fix(deps): update rust crate clap to 4.5.4 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x branch from 7525f4c to 5ed9458 Compare March 26, 2024 04:37
@renovate renovate bot changed the title fix(deps): update rust crate clap to 4.5.4 fix(deps): update rust crate clap to 4.5.4 - autoclosed May 5, 2024
@renovate renovate bot closed this May 5, 2024
@renovate renovate bot deleted the renovate/clap-4.x branch May 5, 2024 10:56
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