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

deps: bump clap from 4.2.1 to 4.2.4 #3808

Merged
merged 4 commits into from
Apr 28, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps clap from 4.2.1 to 4.2.4.

Release notes

Sourced from clap's releases.

v4.2.4

[4.2.4] - 2023-04-19

Documentation

  • Corrected docs for Command::style

v4.2.3

[4.2.3] - 2023-04-18

Features

  • Command::styles for theming help/errors (behind unstable-styles)

v4.2.2

[4.2.2] - 2023-04-13

Internal

  • Update dependencies
Changelog

Sourced from clap's changelog.

[4.2.4] - 2023-04-19

Documentation

  • Corrected docs for Command::style

[4.2.3] - 2023-04-18

Features

  • Command::styles for theming help/errors (behind unstable-styles)

[4.2.2] - 2023-04-13

Internal

  • Update dependencies
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)

Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.4.
- [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.2.1...v4.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 19, 2023
@@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
anyhow = "1"
async-std = { version = "1.9.0", features = ["attributes"] }
clap = { version = "4.2.1", features = ["derive"] }
clap = { version = "4.2.4", features = ["derive"] }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This being part of the regular dependencies adds a lot of code for users that activate the perf feature.

It is for testing only but I think I'd still feel better if these dependencies wouldn't be part of our normal dependency tree.

Not sure if we've previously discussed this but perhaps we should remove perf from our optional libp2p dependencies such that it doesn't show up as part of full?

cc @mxinden

Copy link
Member

@mxinden mxinden Apr 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed it here #3508 (comment), though from a different perspective.

I don't think removing-from-full is worth the inconsistency it introduces. Users should not be surprised that compile times are high when they use full. In terms of CI speed, we would need to build clap either way.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All fair points.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2023

A newer version of clap exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@mergify mergify bot merged commit a836bb4 into master Apr 28, 2023
@mergify mergify bot deleted the dependabot/cargo/clap-4.2.4 branch April 28, 2023 11:19
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 send-it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants