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 v4.5.16 #436

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap dependencies minor 4.4.12 -> 4.5.16

Release Notes

clap-rs/clap (clap)

v4.5.16

Compare Source

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
  • (macros) Silence a warning

v4.5.1

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

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

Configuration

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

🚦 Automerge: Enabled.

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 force-pushed the renovate/clap-4.x-lockfile branch from 90e54cf to 286065d Compare June 6, 2024 22:34
@renovate renovate bot changed the title Update Rust crate clap to v4.5.4 Update Rust crate clap to v4.5.6 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 286065d to 363e84f Compare June 10, 2024 17:15
@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 363e84f to 04db246 Compare June 28, 2024 18:25
@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 04db246 to 6dbcfef Compare July 9, 2024 03:57
@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 6dbcfef to 87c307d Compare July 23, 2024 16:18
@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 87c307d to 326f045 Compare July 25, 2024 15:02
@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 326f045 to 7de9d71 Compare July 31, 2024 18:27
@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 7de9d71 to c7a24d3 Compare August 1, 2024 01:41
@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 c7a24d3 to b2dd43d Compare August 8, 2024 18:46
@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 b2dd43d to a7b9265 Compare August 10, 2024 02:32
@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 a7b9265 to c6f453c Compare August 15, 2024 22:07
@renovate renovate bot changed the title Update Rust crate clap to v4.5.15 Update Rust crate clap to v4.5.16 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from c6f453c to 48270c9 Compare August 24, 2024 08:42
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 48270c9 to 9d3a20a Compare August 24, 2024 12:47
@renovate renovate bot enabled auto-merge August 24, 2024 12:47
@renovate renovate bot changed the title Update Rust crate clap to v4.5.16 fix(deps): update rust crate clap to v4.5.16 Aug 24, 2024
@renovate renovate bot added this pull request to the merge queue Aug 24, 2024
Merged via the queue into main with commit f327ab0 Aug 24, 2024
6 checks passed
@renovate renovate bot deleted the renovate/clap-4.x-lockfile branch August 24, 2024 12:53
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