Skip to content

Commit

Permalink
Merge #103
Browse files Browse the repository at this point in the history
103: chore(deps): bump clap from 4.4.6 to 4.4.7 r=crepererum a=dependabot[bot]

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.7.
<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>[4.4.7] - 2023-10-24</h2>
<h3>Performance</h3>
<ul>
<li>Reduced code size</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clap-rs/clap/commit/9bfa5a338c6532419e2477e89708395fbb02ca06"><code>9bfa5a3</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/38b5a2f956f889baa0a8b2ec975566b0ae27fcb1"><code>38b5a2f</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/e485448b89bfd4691800c15cd2ac70d101d41ffb"><code>e485448</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/f801a03c1b9843f671eddec31fc0cf22c26a92a8"><code>f801a03</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5181">#5181</a> from alexcrichton/smaller-is-number</li>
<li><a href="https://github.com/clap-rs/clap/commit/9a9aabc178b3d28d534b867e171bd0ef6ab0f148"><code>9a9aabc</code></a> refactor: Reduce code size of testing tokens if they're a number</li>
<li><a href="https://github.com/clap-rs/clap/commit/1b84314fb4144d5184a5b255e4c122000f2c0d20"><code>1b84314</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5176">#5176</a> from epage/dep</li>
<li><a href="https://github.com/clap-rs/clap/commit/dcced5ae6a9ba1ee7b2495f9eaca3c87d3977bec"><code>dcced5a</code></a> chore: Bump completest</li>
<li><a href="https://github.com/clap-rs/clap/commit/f4319bcbf2416137097688d9f3765065f0e966ea"><code>f4319bc</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5174">#5174</a> from kpreid/patch-1</li>
<li><a href="https://github.com/clap-rs/clap/commit/71c1e59334f86c58f896198618fe2deb35a86a11"><code>71c1e59</code></a> docs: Fix doc link to <code>Arg::trailing_var_arg</code></li>
<li><a href="https://github.com/clap-rs/clap/commit/deebc1f91d109fe9a75073927742a913d53efb38"><code>deebc1f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5172">#5172</a> from epage/style</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.4.6...v4.4.7">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=4.4.6&new-version=4.4.7)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Oct 28, 2023
2 parents 7a148fe + a0f2f45 commit 027d383
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
[dependencies]
anyhow = "1.0.75"
async-trait = "0.1.73"
clap = { version = "4.4.6", features = ["derive", "env"] }
clap = { version = "4.4.7", features = ["derive", "env"] }
dotenvy = "0.15.7"
futures = "0.3.28"
thirtyfour = "0.31.0"
Expand Down

0 comments on commit 027d383

Please sign in to comment.