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

build(deps): bump clap from 4.1.11 to 4.1.14 #1711

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps clap from 4.1.11 to 4.1.14.

Release notes

Sourced from clap's releases.

v4.1.14

[4.1.14] - 2023-03-28

Features

  • (derive) #[group] raw attribute support

Performance

  • (derive) clap_builder was pulled out of clap so it could build in parallel to clap_derive
  • os_str_bytes dependency was removed for faster builds and smaller binaries

v4.1.13

[4.1.13] - 2023-03-18

Performance

  • Reduce repeated alloc calls when building a Command
  • Reduce duplicate dependencies for faster builds

v4.1.12

[4.1.12] - 2023-03-18

Internal

  • (derive) Update to syn v2

Performance

  • (derive) Faster build times by dropping proc-macro-error dependency
Changelog

Sourced from clap's changelog.

[4.1.14] - 2023-03-28

Features

  • (derive) #[group] raw attribute support

Performance

  • (derive) clap_builder was pulled out of clap so it could build in parallel to clap_derive
  • os_str_bytes dependency was removed for faster builds and smaller binaries

[4.1.13] - 2023-03-18

Performance

  • Reduce repeated alloc calls when building a Command
  • Reduce duplicate dependencies for faster builds

[4.1.12] - 2023-03-18

Internal

  • (derive) Update to syn v2

Performance

  • (derive) Faster build times by dropping proc-macro-error dependency
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 3, 2023
@sylvestre
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/clap-4.1.14 branch from 47bd3f2 to 641215c Compare April 6, 2023 09:45
@codecov-commenter
Copy link

codecov-commenter commented Apr 6, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.03 🎉

Comparison is base (786e00b) 29.54% compared to head (95fe238) 29.58%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1711      +/-   ##
==========================================
+ Coverage   29.54%   29.58%   +0.03%     
==========================================
  Files          49       49              
  Lines       17842    17842              
  Branches     8628     8642      +14     
==========================================
+ Hits         5271     5278       +7     
+ Misses       7355     7352       -3     
+ Partials     5216     5212       -4     

see 14 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sylvestre sylvestre force-pushed the dependabot/cargo/clap-4.1.14 branch from 641215c to f926765 Compare April 17, 2023 15:04
@sylvestre
Copy link
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@sylvestre
Copy link
Collaborator

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/clap-4.1.14 branch from f926765 to ed4dc9c Compare June 2, 2023 08:36
@sylvestre sylvestre force-pushed the dependabot/cargo/clap-4.1.14 branch from ed4dc9c to d539b8d Compare June 2, 2023 13:21
@sylvestre
Copy link
Collaborator

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/clap-4.1.14 branch from d539b8d to 4cbb5a7 Compare June 13, 2023 07:14
@sylvestre
Copy link
Collaborator

@dependabot rebase

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.11 to 4.1.14.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.1.11...v4.1.14)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/clap-4.1.14 branch from 4cbb5a7 to 95fe238 Compare July 10, 2023 21:13
@sylvestre
Copy link
Collaborator

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2023

The dependabot.yml entry that created this PR has been deleted so this PR can't be recreated. Please close the PR so Dependabot can create a new one with the current dependabot.yml.

@sylvestre sylvestre closed this Nov 3, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/clap-4.1.14 branch November 3, 2023 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants