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

Bump clap from 2.32.0 to 2.34.0 #195

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 30, 2021

Bumps clap from 2.32.0 to 2.34.0.

Release notes

Sourced from clap's releases.

v2.33.3

Improvements

  • Suppress deprecation warnings when using crate_* macros.

v2.33.2

v2.33.2 (2020-08-5)

Documentation

  • Fixed links to 2.x examples. Now they point to the right place.

v2.33.1

v2.33.1 (2020-05-11)

Bug Fixes

  • Windows: Prevent some panics when parsing invalid Unicode on Windows (922c645, closes #1905)

Documentation

  • fixes versions referenced in the README (d307466a)
  • README.md:
    • cuts down the number of examples to reduce confusion (6e508ee0)

Improvements

  • Deps: doesnt compile ansi_term on Windows since its not used (b57ee946, closes #1155)

Minimum Required Rust

  • As of this release, clap requires rustc 1.36.0 or greater.
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 compatibility score

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)

Bumps [clap](https://github.com/clap-rs/clap) from 2.32.0 to 2.34.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 30, 2021
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.

0 participants