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

Update clap requirement from 2 to 3 #109

Merged
merged 4 commits into from
Jan 6, 2022
Merged

Commits on Jan 3, 2022

  1. Update clap requirement from 2 to 3

    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](clap-rs/clap@clap_generate-v3.0.0-rc.0...clap_complete-v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    9e308b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Update: clap 2 -> 3

    commial committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    130b393 View commit details
    Browse the repository at this point in the history
  2. clap: "AppSettings::StrictUtf8 is now default behaviour and asserts i…

    …f AppSettings::AllowInvalidUtf8ForExternalSubcommands and ArgSettings::AllowInvalidUtf8 and ArgMatches::value_of_os aren't used together "
    commial committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    ed2c7a6 View commit details
    Browse the repository at this point in the history
  3. Clippy updates

    commial committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    2626552 View commit details
    Browse the repository at this point in the history