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 3.0 to 4.0 #230

Merged
merged 4 commits into from Oct 3, 2022
Merged

Commits on Sep 28, 2022

  1. Update clap requirement from 3.0 to 4.0

    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_complete-v3.0.0...clap_complete-v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    262155a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Upgrade to clap 4.0

    ilslv committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    48c478f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Upgrade to clap 4.0.6

    ilslv committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8857324 View commit details
    Browse the repository at this point in the history
  2. Corrections

    tyranron committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    34710df View commit details
    Browse the repository at this point in the history