Browse Source
371: Bump clap from 3.0.0-beta.4 to 3.0.0-beta.5 r=da-kami a=dependabot[bot] Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-beta.4 to 3.0.0-beta.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>v3.0.0-beta.5 (2021-10-18)</h2> <h4>BREAKING CHANGES</h4> <ul> <li><strong>Renamed Features</strong> <ul> <li><code>unicode_help</code> to <code>unicode</code> to encompass more functionality</li> </ul> </li> <li><strong>Gated behind features</strong> <ul> <li><code>App::replace</code> is now gated behind <code>unstable-replace</code></li> </ul> </li> <li><strong>Removed <code>derive</code> requirement</strong> <ul> <li><code>clap::ArgEnum</code></li> <li><code>clap::Args</code></li> <li><code>clap::FromArgMatches</code></li> <li><code>clap::IntoApp</code></li> <li><code>clap::Subcommand</code></li> </ul> </li> <li><strong>Renamed Traits</strong> <ul> <li><code>clap::Clap</code> => <code>clap::Parser</code></li> </ul> </li> <li><strong>Renamed Methods</strong> <ul> <li><code>App::generate_usage</code> => <code>App::render_usage</code></li> </ul> </li> <li><strong>Removed Settings</strong> <ul> <li><code>AppSettings::DisableVersionForSubcommands</code> is now default behaviour</li> <li><code>AppSettings::ColoredHelp</code>: we are now relying solely on the <code>color</code> feature flag and <code>App::color</code> method</li> <li><code>AppSettings::StrictUtf8</code> is now default behaviour</li> <li><code>AppSettings::AllowInvalidUtf8</code> in favor of <code>ArgSettings::AllowInvalidUtf8</code></li> <li><code>AppSettings::UnifiedHelpMessage</code> is now default behaviour</li> <li><code>AppSettings::ColorAlways</code> in favor of <code>App::color</code></li> <li><code>AppSettings::ColorNever</code> in favor of <code>App::color</code></li> <li><code>AppSettings::ColorAuto</code> in favor of <code>App::color</code></li> </ul> </li> <li><strong>Removed methods</strong> <ul> <li><strong>App</strong> <ul> <li><code>App::get_flags</code></li> <li><code>App::get_positionals_with_no_heading</code></li> <li><code>App::get_flags_with_no_heading</code></li> <li><code>App::get_opts_with_no_heading</code></li> <li><code>App::stop_custom_headings</code> in favor of <code>App:help_heading(None)</code></li> </ul> </li> <li><strong>Error</strong> <ul> <li><code>Error::with_description</code> in favor of <code>App::error</code></li> </ul> </li> <li><strong>ArgEnum</strong> <ul> <li><code>ArgEnum::as_arg</code> in favor of <code>ArgEnum::to_arg_value</code></li> </ul> </li> <li><strong>clap_generate::Generator</strong> <ul> <li><code>Generator::all_subcommands</code></li> <li><code>Generator::find_subcommand_with_path</code></li> <li><code>Generator::subcommands</code></li> <li><code>Generator::shorts_and_visible_aliases</code></li> <li><code>Generator::longs_and_visible_aliases</code></li> <li><code>Generator::flags</code></li> </ul> </li> </ul> </li> <li><strong>Removed</strong> <ul> <li><code>ArgEnum::VARIANTS</code> in favor of <code>ArgEnum::value_variants</code></li> </ul> </li> <li><strong>Deprecated</strong> <ul> <li><code>clap::clap_app!</code> in favor of other builders</li> </ul> </li> <li><strong>Changed</strong></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/clap-rs/clap/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=3.0.0-beta.4&new-version=3.0.0-beta.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>burn-down-handle
committed by
GitHub
4 changed files with 26 additions and 20 deletions
Loading…
Reference in new issue