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

Update Rust crate clap to v4.5.26 #184

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
clap workspace.dependencies minor 4.4.11 -> 4.5.26

Release Notes

clap-rs/clap (clap)

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

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

v4.5.3

Compare Source

Internal
  • (derive) Update heck

v4.5.2

Compare Source

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

v4.5.1

Compare Source

Internal
  • Update dependencies

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

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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented May 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
homecooked ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 9, 2025 9:55pm

@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 8b45b26 to 1cdc859 Compare June 6, 2024 21:50
@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 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 1cdc859 to bb325ca Compare June 7, 2024 01:23
@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 bb325ca to ce226c3 Compare June 10, 2024 16:12
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from ce226c3 to 62687ab Compare June 28, 2024 19:14
@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 62687ab to 0f75161 Compare July 9, 2024 04:09
@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 from 0f75161 to 691152f Compare July 23, 2024 17:27
@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 691152f to 7979b20 Compare July 25, 2024 15:47
@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 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 7979b20 to ecb8095 Compare July 31, 2024 18:47
@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 ecb8095 to 7c951a0 Compare August 1, 2024 01:57
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 7c951a0 to 7cc0510 Compare August 8, 2024 17:14
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from b520160 to e60e978 Compare September 16, 2024 11:15
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from e60e978 to 3b7ac83 Compare September 20, 2024 21:13
@renovate renovate bot changed the title Update Rust crate clap to v4.5.17 Update Rust crate clap to v4.5.18 Sep 20, 2024
@renovate renovate bot changed the title Update Rust crate clap to v4.5.18 Update Rust crate clap to v4.5.19 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 3b7ac83 to 02d64de Compare October 1, 2024 19:59
@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 from 02d64de to f727eff Compare October 8, 2024 16:10
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from f727eff to d556a58 Compare November 13, 2024 22:00
@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 d556a58 to 14af258 Compare December 3, 2024 23:38
@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 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 14af258 to cffc77b Compare December 5, 2024 22:03
@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 cffc77b to db96b40 Compare January 8, 2025 14:09
@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 db96b40 to 66ec194 Compare January 9, 2025 18:05
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 66ec194 to 0165d41 Compare January 9, 2025 21:54
@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
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