Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump clap_derive from 4.4.0 to 4.4.2 (#31)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [clap_derive](https://github.com/clap-rs/clap) from 4.4.0 to 4.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap_derive's releases</a>.</em></p> <blockquote> <h2>v4.4.2</h2> <h2>[4.4.2] - 2023-08-31</h2> <h3>Performance</h3> <ul> <li>Improve build times by removing <code>once_cell</code> dependency</li> </ul> <h2>v4.4.1</h2> <h2>[4.4.1] - 2023-08-28</h2> <h3>Features</h3> <ul> <li>Stabilize <code>Command::styles</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_derive's changelog</a>.</em></p> <blockquote> <h2>[4.4.2] - 2023-08-31</h2> <h3>Performance</h3> <ul> <li>Improve build times by removing <code>once_cell</code> dependency</li> </ul> <h2>[4.4.1] - 2023-08-28</h2> <h3>Features</h3> <ul> <li>Stabilize <code>Command::styles</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/3cd571e654b8a978f2244289729a85a82e638373"><code>3cd571e</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/59f1d01e9a9f566d3acfb8c7ea6e8adc2eaac0d1"><code>59f1d01</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/7a4f7d3f2cc66929cbb7746d0ff3655535854f8d"><code>7a4f7d3</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5106">#5106</a> from epage/once</li> <li><a href="https://github.com/clap-rs/clap/commit/087224a48639622a23cedac7824de914c4fc63e6"><code>087224a</code></a> perf: Drop a dep for faster builds</li> <li><a href="https://github.com/clap-rs/clap/commit/98712dba51829f745db0aa4523e313f12a932828"><code>98712db</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5105">#5105</a> from geometryolife/fix</li> <li><a href="https://github.com/clap-rs/clap/commit/4012b195fd26ce73cadc133d9aef5873ea501fd8"><code>4012b19</code></a> fix(builder): Update documentation comments</li> <li><a href="https://github.com/clap-rs/clap/commit/7126f78421de4041c0de2f0c4a2141fa50f8b54a"><code>7126f78</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/f31e6affdf50a15675667af9a8dedee5989b5be8"><code>f31e6af</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/0a4c8e26f24132d42a326cb7e2e96f47c3657d49"><code>0a4c8e2</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5096">#5096</a> from epage/nu</li> <li><a href="https://github.com/clap-rs/clap/commit/4647a8a860541083e33ebdc52706a8d291dbd090"><code>4647a8a</code></a> chore: Update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.4.0...v4.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap_derive&package-manager=cargo&previous-version=4.4.0&new-version=4.4.2)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
- Loading branch information