Skip to content

Update clap requirement from ~2.33.3 to ~2.34.0 #176

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

Merged
merged 1 commit into from
Dec 1, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2021

Updates the requirements on clap to permit the latest version.

Changelog

Sourced from clap's changelog.

Unreleased

TODO: Structopt and traits TODO: YamlLoader

v3.0.0-rc.0

v3.0.0-beta.5 (2021-10-18)

BREAKING CHANGES

  • Renamed Features
    • unicode_help to unicode to encompass more functionality
  • Gated behind features
    • App::replace is now gated behind unstable-replace
  • Removed derive requirement
    • clap::ArgEnum
    • clap::Args
    • clap::FromArgMatches
    • clap::IntoApp
    • clap::Subcommand
  • Renamed Traits
    • clap::Clap => clap::Parser
  • Renamed Methods
    • App::generate_usage => App::render_usage
  • Removed Settings
    • AppSettings::DisableVersionForSubcommands is now default behaviour
    • AppSettings::ColoredHelp: we are now relying solely on the color feature flag and App::color method
    • AppSettings::StrictUtf8 is now default behaviour
    • AppSettings::AllowInvalidUtf8 in favor of ArgSettings::AllowInvalidUtf8
    • AppSettings::UnifiedHelpMessage is now default behaviour
    • AppSettings::ColorAlways in favor of App::color
    • AppSettings::ColorNever in favor of App::color
    • AppSettings::ColorAuto in favor of App::color
  • Removed methods
    • App
      • App::get_flags
      • App::get_positionals_with_no_heading
      • App::get_flags_with_no_heading
      • App::get_opts_with_no_heading
      • App::stop_custom_headings in favor of App:help_heading(None)
    • Error
      • Error::with_description in favor of App::error
    • ArgEnum
      • ArgEnum::as_arg in favor of ArgEnum::to_arg_value
    • clap_generate::Generator
      • Generator::all_subcommands

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/commits)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2021
@molpopgen
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot merged commit 58e7c5e into main Dec 1, 2021
@dependabot dependabot bot deleted the dependabot/cargo/clap-approx-2.34.0 branch December 1, 2021 13:19
@molpopgen
Copy link
Member

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2021

This PR has already been merged! 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant