Skip to content

Commit

Permalink
Bump the non-critical group with 6 updates (#1449)
Browse files Browse the repository at this point in the history
Bumps the non-critical group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.9` |
| [syn](https://github.com/dtolnay/syn) | `2.0.69` | `2.0.71` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.61` |
`1.0.62` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.14` | `0.22.15` |
| [typed-builder](https://github.com/idanarye/rust-typed-builder) |
`0.18.2` | `0.19.1` |
| [hyper](https://github.com/hyperium/hyper) | `0.14.29` | `0.14.30` |

Updates `clap` from 4.5.8 to 4.5.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.9</h2>
<h2>[4.5.9] - 2024-07-09</h2>
<h3>Fixes</h3>
<ul>
<li><em>(error)</em> When defining a custom help flag, be sure to
suggest it like we do the built-in one</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's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.9] - 2024-07-09</h2>
<h3>Fixes</h3>
<ul>
<li><em>(error)</em> When defining a custom help flag, be sure to
suggest it like we do the built-in one</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/3a2fb2594793776583068f105c274716ba646187"><code>3a2fb25</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5547">#5547</a>
from tesuji/fish-list</li>
<li><a
href="https://github.com/clap-rs/clap/commit/1e3681bfbcc896d9978c62095be410a29c6bbe89"><code>1e3681b</code></a>
refactor: Pass list to __fish_seen_subcommand_from</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b1a0508cf926f04c1b73fab0e8ea2117d5a7be70"><code>b1a0508</code></a>
refactor: Rewrite iterator for followup changes</li>
<li><a
href="https://github.com/clap-rs/clap/commit/5cc44bb91ee3a13aad65a41fdf687fe7f30b8bdc"><code>5cc44bb</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5548">#5548</a>
from tesuji/fish-escape-tab</li>
<li><a
href="https://github.com/clap-rs/clap/commit/181b9e0d9434a5aa7d9e9ef3bd76b3ad1a05d06f"><code>181b9e0</code></a>
test: Ensure optional_value runs</li>
<li><a
href="https://github.com/clap-rs/clap/commit/0724b7ba2b1d6de42a2647d747491b911fd07655"><code>0724b7b</code></a>
chore: Remove tarpaulin support</li>
<li><a
href="https://github.com/clap-rs/clap/commit/80242546e23dd390176cc06ea9a0725d0be6d351"><code>8024254</code></a>
chore: Update deps to fix nightly</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b16f987ad7076c8a375c78efaea8f0b9a5e57817"><code>b16f987</code></a>
style: Escaping tab as \t for more readability for fish</li>
<li><a
href="https://github.com/clap-rs/clap/commit/cf151fd46b444d1afbda5c279f769b36e9ccc3ec"><code>cf151fd</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5542">#5542</a>
from casey/exit-without-flushing</li>
<li><a
href="https://github.com/clap-rs/clap/commit/5da658c5a06e369a5dc4c073f3f043cab05c403a"><code>5da658c</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5541">#5541</a>
from rustco/master</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.8...v4.5.9">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.69 to 2.0.71
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/syn/releases">syn's
releases</a>.</em></p>
<blockquote>
<h2>2.0.71</h2>
<ul>
<li>Do not require mutable borrow in Punctuated::get() (<a
href="https://redirect.github.com/dtolnay/syn/issues/1706">#1706</a>,
thanks <a
href="https://github.com/lemunozm"><code>@​lemunozm</code></a>)</li>
</ul>
<h2>2.0.70</h2>
<ul>
<li>Improve parenthesization of closures, jumps, ranges, chained
comparisons, and let (<a
href="https://redirect.github.com/dtolnay/syn/issues/1694">#1694</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1695">#1695</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1698">#1698</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1699">#1699</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1700">#1700</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/f34dc7bb53185a11f3aa45fc691488547c8c76ee"><code>f34dc7b</code></a>
Release 2.0.71</li>
<li><a
href="https://github.com/dtolnay/syn/commit/896d58bdb2508a089100247f01f7271222c518df"><code>896d58b</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1706">#1706</a>
from lemunozm/patch-1</li>
<li><a
href="https://github.com/dtolnay/syn/commit/dd7e269f577dc33bcf92bec2583f7e53609081fb"><code>dd7e269</code></a>
Remove mut from Puntuated::get()</li>
<li><a
href="https://github.com/dtolnay/syn/commit/5c67e2689791db44258d99402ae6d05b1898d9a3"><code>5c67e26</code></a>
Release 2.0.70</li>
<li><a
href="https://github.com/dtolnay/syn/commit/935c1e1817d411a02d09d2315ed533df12f70ace"><code>935c1e1</code></a>
Configure out more full-only expression kinds in print_expr</li>
<li><a
href="https://github.com/dtolnay/syn/commit/e664375b4981637a490f1f30dd252536371ef2cc"><code>e664375</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1704">#1704</a>
from dtolnay/fixup</li>
<li><a
href="https://github.com/dtolnay/syn/commit/f1daf234e942ffda27ed45ec67aa6cd984081c2a"><code>f1daf23</code></a>
Enable expression fixups in 'derive' mode</li>
<li><a
href="https://github.com/dtolnay/syn/commit/678dbc2e50904de7b80f10f4d355be5536a8bceb"><code>678dbc2</code></a>
Update test suite to nightly-2024-07-08</li>
<li><a
href="https://github.com/dtolnay/syn/commit/628e2f7003d17ae0c02d0da076577001e62015a3"><code>628e2f7</code></a>
Ignore needless_update clippy lint</li>
<li><a
href="https://github.com/dtolnay/syn/commit/c3e378cdda142d83f14055661001d39533199f3f"><code>c3e378c</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1703">#1703</a>
from dtolnay/cast</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/syn/compare/2.0.69...2.0.71">compare
view</a></li>
</ul>
</details>
<br />

Updates `thiserror` from 1.0.61 to 1.0.62
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/thiserror/releases">thiserror's
releases</a>.</em></p>
<blockquote>
<h2>1.0.62</h2>
<ul>
<li>Support referring to nested tuple struct fields inside
<code>#[error(&quot;…&quot;, …)]</code> attribute (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/309">#309</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/thiserror/commit/0bf6e3dd781409b62cbcf0816ffa1bb970d24833"><code>0bf6e3d</code></a>
Release 1.0.62</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/497793283934d9e514d903a14278af6babbfbb65"><code>4977932</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/310">#310</a>
from dtolnay/nestedtuple</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/40a7779b1793f2dce5f85abe8c03486cdb5eb640"><code>40a7779</code></a>
Support .0.0 nested tuple index</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/f1ca210cc4772f198af91886e3849dac68114f97"><code>f1ca210</code></a>
Add regression test for issue 309</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/479744ec288f9183b8849f013dcee226ac6588ee"><code>479744e</code></a>
No need for dead code if struct fields are public</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/4db08b10a39cfd189a36a88dee0fad578ac11cbe"><code>4db08b1</code></a>
Ignore warning on unused struct in test</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/f2824ae379ac2edee1fd687b9e56f18c048086cd"><code>f2824ae</code></a>
Fill in ignore reasons in all #[ignore] attributes</li>
<li>See full diff in <a
href="https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.62">compare
view</a></li>
</ul>
</details>
<br />

Updates `toml_edit` from 0.22.14 to 0.22.15
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/toml-rs/toml/commit/c76675627684c53e6101b9ea35ba90b1b8428cbd"><code>c766756</code></a>
chore: Release</li>
<li><a
href="https://github.com/toml-rs/toml/commit/e4ffc267a551c81e0bd8f67356ab245b56c41b84"><code>e4ffc26</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/toml-rs/toml/commit/1816c10c4d0d867240575a2e39f941d31caf508a"><code>1816c10</code></a>
Merge pull request <a
href="https://redirect.github.com/toml-rs/toml/issues/750">#750</a> from
Squidroot2/document_root_decor</li>
<li><a
href="https://github.com/toml-rs/toml/commit/aff8d38b324cf6e36e2c0ec334308ed3a1f6b85b"><code>aff8d38</code></a>
fix: Decor in DocumentMut no longer ignored</li>
<li><a
href="https://github.com/toml-rs/toml/commit/e72b31b0da72fdd3d37497c944343901831cba75"><code>e72b31b</code></a>
chore(deps): Update compatible (dev) (<a
href="https://redirect.github.com/toml-rs/toml/issues/746">#746</a>)</li>
<li><a
href="https://github.com/toml-rs/toml/commit/9e406273177740fa85b86b78e6d5105e932edef0"><code>9e40627</code></a>
chore(deps): Update Rust Stable to v1.79 (<a
href="https://redirect.github.com/toml-rs/toml/issues/743">#743</a>)</li>
<li><a
href="https://github.com/toml-rs/toml/commit/b310fe91e8a413bf8f29c09ab8182f76be7b55cc"><code>b310fe9</code></a>
style: Make clippy happy</li>
<li>See full diff in <a
href="https://github.com/toml-rs/toml/compare/v0.22.14...v0.22.15">compare
view</a></li>
</ul>
</details>
<br />

Updates `typed-builder` from 0.18.2 to 0.19.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md">typed-builder's
changelog</a>.</em></p>
<blockquote>
<h2>0.19.1 - 2024-07-14</h2>
<h3>Fixed</h3>
<ul>
<li>Fix mutators for generic fields (see issue <a
href="https://redirect.github.com/idanarye/rust-typed-builder/issues/149">#149</a>)</li>
</ul>
<h2>0.19.0 - 2024-06-15</h2>
<h3>Added</h3>
<ul>
<li>Use fields' doc comments for the setters.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/idanarye/rust-typed-builder/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `hyper` from 0.14.29 to 0.14.30
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hyperium/hyper/releases">hyper's
releases</a>.</em></p>
<blockquote>
<h2>v0.14.30</h2>
<h2>Bug Fixes</h2>
<ul>
<li><strong>http1:</strong> reject final chunked if missing 0 (<a
href="https://github.com/hyperium/hyper/commit/4a51b2afefcc1373c2a5b834fa0ae8d935dbff46">4a51b2af</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hyperium/hyper/blob/v0.14.30/CHANGELOG.md">hyper's
changelog</a>.</em></p>
<blockquote>
<h3>v0.14.30 (2024-07-09)</h3>
<h4>Bug Fixes</h4>
<ul>
<li><strong>http1:</strong> reject final chunked if missing 0 (<a
href="https://github.com/hyperium/hyper/commit/4a51b2afefcc1373c2a5b834fa0ae8d935dbff46">4a51b2af</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hyperium/hyper/commit/618a18580ae14776c05ab6789a82b5c43281fe8b"><code>618a185</code></a>
v0.14.30</li>
<li><a
href="https://github.com/hyperium/hyper/commit/4a51b2afefcc1373c2a5b834fa0ae8d935dbff46"><code>4a51b2a</code></a>
fix(http1): reject final chunked if missing 0</li>
<li><a
href="https://github.com/hyperium/hyper/commit/c38437d377426e01100e07dc1e735f9c382fc6f5"><code>c38437d</code></a>
chore(dependencies): bump minimum tokio (<a
href="https://redirect.github.com/hyperium/hyper/issues/3664">#3664</a>)</li>
<li>See full diff in <a
href="https://github.com/hyperium/hyper/compare/v0.14.29...v0.14.30">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| hyper | [>= 1.a, < 2] |
</details>


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 2a47742 commit fdf804c
Showing 1 changed file with 54 additions and 54 deletions.
Loading

0 comments on commit fdf804c

Please sign in to comment.