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.20 #224

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2024

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.4 -> 4.5.20

Release Notes

clap-rs/clap (clap)

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

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 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 requested a review from thetayloredman as a code owner June 6, 2024 21:44
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 6cf90c4 to 73d8306 Compare June 7, 2024 01:18
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.5 fix(deps): update rust crate clap to v4.5.6 Jun 7, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.39%. Comparing base (b4dc28b) to head (3c0eac6).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #224      +/-   ##
==========================================
- Coverage   72.47%   72.39%   -0.08%     
==========================================
  Files          23       23              
  Lines        2906     2909       +3     
==========================================
  Hits         2106     2106              
- Misses        800      803       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.6 fix(deps): update rust crate clap to v4.5.7 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 73d8306 to e150343 Compare June 10, 2024 15:35
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from e150343 to fbd3da8 Compare June 28, 2024 19:17
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.7 fix(deps): update rust crate clap to v4.5.8 Jun 28, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.8 fix(deps): update rust crate clap to v4.5.9 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from fbd3da8 to 6600203 Compare July 9, 2024 03:50
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 6600203 to 3c0eac6 Compare July 23, 2024 19:08
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.9 fix(deps): update rust crate clap to v4.5.10 Jul 23, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.10 fix(deps): update rust crate clap to v4.5.11 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 3c0eac6 to abaaf92 Compare July 25, 2024 14:56
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.11 fix(deps): update rust crate clap to v4.5.13 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from abaaf92 to aa9ec36 Compare July 31, 2024 22:44
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.13 fix(deps): update rust crate clap to v4.5.14 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch 2 times, most recently from 9ad2212 to c8d3e58 Compare August 10, 2024 01:26
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.14 fix(deps): update rust crate clap to v4.5.15 Aug 10, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from c8d3e58 to 708ebb0 Compare August 15, 2024 22:52
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.15 fix(deps): update rust crate clap to v4.5.16 Aug 15, 2024
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.16 fix(deps): update rust crate clap to v4.5.17 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 708ebb0 to 25d0ffd Compare September 16, 2024 11:22
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.17 fix(deps): update rust crate clap to v4.5.18 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 25d0ffd to 63e3c94 Compare September 20, 2024 21:09
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.18 fix(deps): update rust crate clap to v4.5.19 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 63e3c94 to 3531774 Compare October 1, 2024 19:42
@renovate renovate bot force-pushed the renovate/clap-4.x-lockfile branch from 3531774 to 0dfd46b Compare October 8, 2024 16:19
@renovate renovate bot changed the title fix(deps): update rust crate clap to v4.5.19 fix(deps): update rust crate clap to v4.5.20 Oct 8, 2024
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.

1 participant