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 indexmap to v2 #568

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Update indexmap to v2 #568

merged 1 commit into from
Jul 7, 2023

Conversation

AlexTMjugador
Copy link
Contributor

@AlexTMjugador AlexTMjugador commented Jun 24, 2023

indexmap v2.0.0 has just been released, and several prominent crates in the Rust ecosystem such as serde_json are already using it. To minimize the number of projects for which Cargo would have to download and build two versions of indexmap due to their transitive dependencies, let's update the version petgraph depends on.

indexmap v2.0.0 does not bring substantial changes for this project, but it bumps our MSRV to 1.64. This should not be a concern, given that 0.7.0 (#567) will bump it to 1.65 anyway.

`indexmap` v2.0.0 has just been released, and several prominent crates
in the Rust ecosystem such as `serde_json` are already using it. To
minimize the number of projects for which Cargo would have to download
and build two versions of `indexmap` due to their transitive
dependencies, let's update tyhe version `petgraph` depends on.

`indexmap` v2.0.0 does not bring substantial changes for this project,
but it bumps our MSRV to 1.64. This should not be a concern, given that
0.7.0 (#567) will bump it to 1.65 anyway.
@XVilka XVilka requested review from indietyp and ABorgna June 28, 2023 08:18
@indietyp
Copy link
Member

MSRV upgrades are not considered breaking changes, so I see two ways forward:

  1. we merge into next/ and wait until 0.7.0 (which will take a while)
  2. issue a new point release upgrading MSRV and indexmap.

@AlexTMjugador
Copy link
Contributor Author

AlexTMjugador commented Jun 28, 2023

For what it's worth, way 2 sounds better to me, as it promptly avoids the described fragmentation and the inconveniences it might cause to downstream users.

Copy link
Member

@XVilka XVilka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree on 2.

@cwfitzgerald
Copy link

Getting this out would be great, is currently causing dupes in downstream libs!

@indietyp indietyp merged commit ddc4eaa into petgraph:master Jul 7, 2023
6 checks passed
@indietyp
Copy link
Member

indietyp commented Jul 7, 2023

I will try to get out a new point release this weekend!

ahornbeck added a commit to cloudcad/petgraph that referenced this pull request Jul 21, 2023
@cuviper
Copy link
Contributor

cuviper commented Aug 10, 2023

@indietyp gentle ping, it would be nice to see that release!

@indietyp
Copy link
Member

Release tracked in #579, let's hope it works 🤞

github-merge-queue bot pushed a commit to pen-lang/pen that referenced this pull request Aug 21, 2023
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.3 to
0.6.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/petgraph/petgraph/blob/master/RELEASES.rst">petgraph's
changelog</a>.</em></p>
<blockquote>
<h1>Version 0.6.4 (2023-08-21)</h1>
<ul>
<li>Update <code>indexmap</code> to 2.0.0
(<code>[#568](https://github.com/petgraph/petgraph/issues/568)</code>_)</li>
<li>Fix typos
(<code>[#544](https://github.com/petgraph/petgraph/issues/544)</code>_)</li>
</ul>
<p>..
_<code>[#544](https://github.com/petgraph/petgraph/issues/544)</code>:
<a
href="https://redirect.github.com/petgraph/petgraph/pull/544">petgraph/petgraph#544</a>
..
_<code>[#568](https://github.com/petgraph/petgraph/issues/568)</code>:
<a
href="https://redirect.github.com/petgraph/petgraph/pull/568">petgraph/petgraph#568</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/petgraph/petgraph/commit/c78b5b13a816f1f0daf37f3964db0d33c6cbf38d"><code>c78b5b1</code></a>
Release <code>0.6.4</code> (<a
href="https://redirect.github.com/petgraph/petgraph/issues/579">#579</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/ddc4eaa5049af4a4bddc51c95454d1eb918e9a15"><code>ddc4eaa</code></a>
Update <code>indexmap</code> to v2 (<a
href="https://redirect.github.com/petgraph/petgraph/issues/568">#568</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/45569772f2bbb1ec32a99aa5e3465f587efbd2d5"><code>4556977</code></a>
Make ensure_len use resize_with</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/b9bf9eea81c504d14a1517d204f3178ef0e671f1"><code>b9bf9ee</code></a>
Fixing Typos (<a
href="https://redirect.github.com/petgraph/petgraph/issues/544">#544</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/cb4ab785647d25219befeb9193df198b321573e1"><code>cb4ab78</code></a>
<a
href="https://redirect.github.com/petgraph/petgraph/issues/523">petgraph/petgraph#523</a>
(<a
href="https://redirect.github.com/petgraph/petgraph/issues/538">#538</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/9ed9a959b11001f51164906a1dfa45e9be4cedfd"><code>9ed9a95</code></a>
<a
href="https://redirect.github.com/petgraph/petgraph/issues/534">petgraph/petgraph#534</a>
(<a
href="https://redirect.github.com/petgraph/petgraph/issues/539">#539</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/299b5d9a8db6438f6186ef11493392fa47365616"><code>299b5d9</code></a>
Fixing Typo In Complement (<a
href="https://redirect.github.com/petgraph/petgraph/issues/540">#540</a>)</li>
<li>See full diff in <a
href="https://github.com/petgraph/petgraph/compare/petgraph@v0.6.3...petgraph@v0.6.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=petgraph&package-manager=cargo&previous-version=0.6.3&new-version=0.6.4)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mergify bot added a commit to raviqqe/turtle-build that referenced this pull request Aug 22, 2023
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.3 to
0.6.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/petgraph/petgraph/blob/master/RELEASES.rst">petgraph's
changelog</a>.</em></p>
<blockquote>
<h1>Version 0.6.4 (2023-08-21)</h1>
<ul>
<li>Update <code>indexmap</code> to 2.0.0
(<code>[#568](https://github.com/petgraph/petgraph/issues/568)</code>_)</li>
<li>Fix typos
(<code>[#544](https://github.com/petgraph/petgraph/issues/544)</code>_)</li>
</ul>
<p>..
_<code>[#544](https://github.com/petgraph/petgraph/issues/544)</code>:
<a
href="https://redirect.github.com/petgraph/petgraph/pull/544">petgraph/petgraph#544</a>
..
_<code>[#568](https://github.com/petgraph/petgraph/issues/568)</code>:
<a
href="https://redirect.github.com/petgraph/petgraph/pull/568">petgraph/petgraph#568</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/petgraph/petgraph/commit/c78b5b13a816f1f0daf37f3964db0d33c6cbf38d"><code>c78b5b1</code></a>
Release <code>0.6.4</code> (<a
href="https://redirect.github.com/petgraph/petgraph/issues/579">#579</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/ddc4eaa5049af4a4bddc51c95454d1eb918e9a15"><code>ddc4eaa</code></a>
Update <code>indexmap</code> to v2 (<a
href="https://redirect.github.com/petgraph/petgraph/issues/568">#568</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/45569772f2bbb1ec32a99aa5e3465f587efbd2d5"><code>4556977</code></a>
Make ensure_len use resize_with</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/b9bf9eea81c504d14a1517d204f3178ef0e671f1"><code>b9bf9ee</code></a>
Fixing Typos (<a
href="https://redirect.github.com/petgraph/petgraph/issues/544">#544</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/cb4ab785647d25219befeb9193df198b321573e1"><code>cb4ab78</code></a>
<a
href="https://redirect.github.com/petgraph/petgraph/issues/523">petgraph/petgraph#523</a>
(<a
href="https://redirect.github.com/petgraph/petgraph/issues/538">#538</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/9ed9a959b11001f51164906a1dfa45e9be4cedfd"><code>9ed9a95</code></a>
<a
href="https://redirect.github.com/petgraph/petgraph/issues/534">petgraph/petgraph#534</a>
(<a
href="https://redirect.github.com/petgraph/petgraph/issues/539">#539</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/299b5d9a8db6438f6186ef11493392fa47365616"><code>299b5d9</code></a>
Fixing Typo In Complement (<a
href="https://redirect.github.com/petgraph/petgraph/issues/540">#540</a>)</li>
<li>See full diff in <a
href="https://github.com/petgraph/petgraph/compare/petgraph@v0.6.3...petgraph@v0.6.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=petgraph&package-manager=cargo&previous-version=0.6.3&new-version=0.6.4)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
ahl pushed a commit to oxidecomputer/omicron that referenced this pull request Aug 28, 2023
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.3 to
0.6.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/petgraph/petgraph/blob/master/RELEASES.rst">petgraph's
changelog</a>.</em></p>
<blockquote>
<h1>Version 0.6.4 (2023-08-21)</h1>
<ul>
<li>Update <code>indexmap</code> to 2.0.0
(<code>[#568](https://github.com/petgraph/petgraph/issues/568)</code>_)</li>
<li>Fix typos
(<code>[#544](https://github.com/petgraph/petgraph/issues/544)</code>_)</li>
</ul>
<p>..
_<code>[#544](https://github.com/petgraph/petgraph/issues/544)</code>:
<a
href="https://redirect.github.com/petgraph/petgraph/pull/544">petgraph/petgraph#544</a>
..
_<code>[#568](https://github.com/petgraph/petgraph/issues/568)</code>:
<a
href="https://redirect.github.com/petgraph/petgraph/pull/568">petgraph/petgraph#568</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/petgraph/petgraph/commit/c78b5b13a816f1f0daf37f3964db0d33c6cbf38d"><code>c78b5b1</code></a>
Release <code>0.6.4</code> (<a
href="https://redirect.github.com/petgraph/petgraph/issues/579">#579</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/ddc4eaa5049af4a4bddc51c95454d1eb918e9a15"><code>ddc4eaa</code></a>
Update <code>indexmap</code> to v2 (<a
href="https://redirect.github.com/petgraph/petgraph/issues/568">#568</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/45569772f2bbb1ec32a99aa5e3465f587efbd2d5"><code>4556977</code></a>
Make ensure_len use resize_with</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/b9bf9eea81c504d14a1517d204f3178ef0e671f1"><code>b9bf9ee</code></a>
Fixing Typos (<a
href="https://redirect.github.com/petgraph/petgraph/issues/544">#544</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/cb4ab785647d25219befeb9193df198b321573e1"><code>cb4ab78</code></a>
<a
href="https://redirect.github.com/petgraph/petgraph/issues/523">petgraph/petgraph#523</a>
(<a
href="https://redirect.github.com/petgraph/petgraph/issues/538">#538</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/9ed9a959b11001f51164906a1dfa45e9be4cedfd"><code>9ed9a95</code></a>
<a
href="https://redirect.github.com/petgraph/petgraph/issues/534">petgraph/petgraph#534</a>
(<a
href="https://redirect.github.com/petgraph/petgraph/issues/539">#539</a>)</li>
<li><a
href="https://github.com/petgraph/petgraph/commit/299b5d9a8db6438f6186ef11493392fa47365616"><code>299b5d9</code></a>
Fixing Typo In Complement (<a
href="https://redirect.github.com/petgraph/petgraph/issues/540">#540</a>)</li>
<li>See full diff in <a
href="https://github.com/petgraph/petgraph/compare/petgraph@v0.6.3...petgraph@v0.6.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=petgraph&package-manager=cargo&previous-version=0.6.3&new-version=0.6.4)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bors bot added a commit to andreasots/eris that referenced this pull request Sep 8, 2023
#2831 #2832 #2835

2811: build(deps): bump cc from 1.0.82 to 1.0.83 r=andreasots a=dependabot[bot]

Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.82 to 1.0.83.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/cc-rs/releases">cc's releases</a>.</em></p>
<blockquote>
<h2>1.0.83</h2>
<h2>What's Changed</h2>
<ul>
<li>Add method for specifying C/C++ standard version by <a href="https://github.com/hikari-no-yume"><code>`@​hikari-no-yume</code></a>` in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/761">rust-lang/cc-rs#761</a></li>
<li>Stop using feature &quot;libc/std&quot; by <a href="https://github.com/kadiwa4"><code>`@​kadiwa4</code></a>` in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/860">rust-lang/cc-rs#860</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/hikari-no-yume"><code>`@​hikari-no-yume</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/761">rust-lang/cc-rs#761</a></li>
<li><a href="https://github.com/kadiwa4"><code>`@​kadiwa4</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/860">rust-lang/cc-rs#860</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/cc-rs/compare/1.0.82...1.0.83">https://github.com/rust-lang/cc-rs/compare/1.0.82...1.0.83</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-lang/cc-rs/commit/bfc3ba414e896f48a70d55d9be1097e2945e17ad"><code>bfc3ba4</code></a> Release version 1.0.83 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/861">#861</a>)</li>
<li><a href="https://github.com/rust-lang/cc-rs/commit/d8a653b1b91922685b8d2889f9d6a3cd5c51eff9"><code>d8a653b</code></a> Stop using feature &quot;libc/std&quot; (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/860">#860</a>)</li>
<li><a href="https://github.com/rust-lang/cc-rs/commit/360754b91441395713c24db6e5a5e3a91b298527"><code>360754b</code></a> Add method for specifying C/C++ standard version (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/761">#761</a>)</li>
<li>See full diff in <a href="https://github.com/rust-lang/cc-rs/compare/1.0.82...1.0.83">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cc&package-manager=cargo&previous-version=1.0.82&new-version=1.0.83)](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>

2812: build(deps): bump petgraph from 0.6.3 to 0.6.4 r=andreasots a=dependabot[bot]

Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.3 to 0.6.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/petgraph/petgraph/blob/master/RELEASES.rst">petgraph's changelog</a>.</em></p>
<blockquote>
<h1>Version 0.6.4 (2023-08-21)</h1>
<ul>
<li>Update <code>indexmap</code> to 2.0.0 (<code>[#568](https://github.com/petgraph/petgraph/issues/568)</code>_)</li>
<li>Fix typos (<code>[#544](https://github.com/petgraph/petgraph/issues/544)</code>_)</li>
</ul>
<p>.. _<code>[#544](https://github.com/petgraph/petgraph/issues/544)</code>: <a href="https://redirect.github.com/petgraph/petgraph/pull/544">petgraph/petgraph#544</a>
.. _<code>[#568](https://github.com/petgraph/petgraph/issues/568)</code>: <a href="https://redirect.github.com/petgraph/petgraph/pull/568">petgraph/petgraph#568</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/petgraph/petgraph/commit/c78b5b13a816f1f0daf37f3964db0d33c6cbf38d"><code>c78b5b1</code></a> Release <code>0.6.4</code> (<a href="https://redirect.github.com/petgraph/petgraph/issues/579">#579</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/ddc4eaa5049af4a4bddc51c95454d1eb918e9a15"><code>ddc4eaa</code></a> Update <code>indexmap</code> to v2 (<a href="https://redirect.github.com/petgraph/petgraph/issues/568">#568</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/45569772f2bbb1ec32a99aa5e3465f587efbd2d5"><code>4556977</code></a> Make ensure_len use resize_with</li>
<li><a href="https://github.com/petgraph/petgraph/commit/b9bf9eea81c504d14a1517d204f3178ef0e671f1"><code>b9bf9ee</code></a> Fixing Typos (<a href="https://redirect.github.com/petgraph/petgraph/issues/544">#544</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/cb4ab785647d25219befeb9193df198b321573e1"><code>cb4ab78</code></a> <a href="https://redirect.github.com/petgraph/petgraph/issues/523">petgraph/petgraph#523</a> (<a href="https://redirect.github.com/petgraph/petgraph/issues/538">#538</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/9ed9a959b11001f51164906a1dfa45e9be4cedfd"><code>9ed9a95</code></a> <a href="https://redirect.github.com/petgraph/petgraph/issues/534">petgraph/petgraph#534</a> (<a href="https://redirect.github.com/petgraph/petgraph/issues/539">#539</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/299b5d9a8db6438f6186ef11493392fa47365616"><code>299b5d9</code></a> Fixing Typo In Complement (<a href="https://redirect.github.com/petgraph/petgraph/issues/540">#540</a>)</li>
<li>See full diff in <a href="https://github.com/petgraph/petgraph/compare/petgraph@v0.6.3...petgraph@v0.6.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=petgraph&package-manager=cargo&previous-version=0.6.3&new-version=0.6.4)](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>

2813: build(deps): bump h2 from 0.3.20 to 0.3.21 r=andreasots a=dependabot[bot]

Bumps [h2](https://github.com/hyperium/h2) from 0.3.20 to 0.3.21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/h2/releases">h2's releases</a>.</em></p>
<blockquote>
<h2>v0.3.21</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix opening of new streams over peer's max concurrent limit.</li>
<li>Fix <code>RecvStream</code> to return data even if it has received a <code>CANCEL</code> stream error.</li>
<li>Update MSRV to 1.63.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/DDtKey"><code>`@​DDtKey</code></a>` made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/703">hyperium/h2#703</a></li>
<li><a href="https://github.com/jwilm"><code>`@​jwilm</code></a>` made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/707">hyperium/h2#707</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/h2/blob/master/CHANGELOG.md">h2's changelog</a>.</em></p>
<blockquote>
<h1>0.3.21 (August 21, 2023)</h1>
<ul>
<li>Fix opening of new streams over peer's max concurrent limit.</li>
<li>Fix <code>RecvStream</code> to return data even if it has received a <code>CANCEL</code> stream error.</li>
<li>Update MSRV to 1.63.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hyperium/h2/commit/da38b1c49c39ccf7e2e0dca51ebf8505d6905597"><code>da38b1c</code></a> v0.3.21</li>
<li><a href="https://github.com/hyperium/h2/commit/ee042922780651349915afb9cfe9b86d6b1084f9"><code>ee04292</code></a> Fix opening new streams over max concurrent (<a href="https://redirect.github.com/hyperium/h2/issues/707">#707</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/9bd62a2efc19da072ff6b55c92586b02a714194e"><code>9bd62a2</code></a> Test that client reacts correctly on rogue HEADERS (<a href="https://redirect.github.com/hyperium/h2/issues/667">#667</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/da9f34bc808a38be2c36f0f8e3a78c0164548419"><code>da9f34b</code></a> chore: fix up some clippy nags (<a href="https://redirect.github.com/hyperium/h2/issues/709">#709</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/cdcc641902a2c5b058da62980c5b1bede16671a4"><code>cdcc641</code></a> msrv: bump to 1.63 (<a href="https://redirect.github.com/hyperium/h2/issues/708">#708</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/633116ef68b4e7b5c4c5699fb5d10b58ef5818ac"><code>633116e</code></a> fix: do not ignore result of <code>ensure_recv_open</code> (<a href="https://redirect.github.com/hyperium/h2/issues/687">#687</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/46fb80bfd07b4dc6b8ee87b9c2e6415399830910"><code>46fb80b</code></a> test: early server response with data (<a href="https://redirect.github.com/hyperium/h2/issues/703">#703</a>)</li>
<li>See full diff in <a href="https://github.com/hyperium/h2/compare/v0.3.20...v0.3.21">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.3.20&new-version=0.3.21)](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>

2816: build(deps): bump rustls-webpki from 0.101.3 to 0.101.4 r=andreasots a=dependabot[bot]

Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.3 to 0.101.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rustls/webpki/releases">rustls-webpki's releases</a>.</em></p>
<blockquote>
<h2>v/0.101.4</h2>
<h2>Release notes</h2>
<ul>
<li>certificate path building and verification is now capped at 100 signature validation operations to avoid the risk of CPU usage denial-of-service attack when validating crafted certificate chains producing quadratic runtime. This risk affected both clients, as well as servers that verified client certificates.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>v0.101.4 prep by <a href="https://github.com/cpu"><code>`@​cpu</code></a>` in <a href="https://redirect.github.com/rustls/webpki/pull/153">rustls/webpki#153</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4">https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rustls/webpki/commit/d7f6aa4d2138de89cec1daf1d07e7d3263f7d9b6"><code>d7f6aa4</code></a> Cargo: version 0.101.3 -&gt; 0.101.4</li>
<li><a href="https://github.com/rustls/webpki/commit/dcad2406c92169b72c110dd12183fcc74035b683"><code>dcad240</code></a> verify_cert: enforce maximum number of signatures.</li>
<li>See full diff in <a href="https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls-webpki&package-manager=cargo&previous-version=0.101.3&new-version=0.101.4)](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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/andreasots/eris/network/alerts).

</details>

2817: build(deps): bump backtrace from 0.3.68 to 0.3.69 r=andreasots a=dependabot[bot]

Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.68 to 0.3.69.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/backtrace-rs/releases">backtrace's releases</a>.</em></p>
<blockquote>
<h2>0.3.69</h2>
<p>Thank you everyone for contributing to a very nice release!</p>
<h1>Tracking Binary Size</h1>
<p>As backtrace-rs is compiled into every single Rust program, we have begun tracking its binary size in order to find ways to reduce its impact on programs that only minimally use backtraces over time. This change is mostly relevant to this crate's CI, and has been implemented by <a href="https://github.com/Kobzol"><code>`@​Kobzol</code></a>` and <a href="https://github.com/detly"><code>`@​detly</code></a>` over PRs <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/542">#542</a>, <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/544">#544</a>, <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/546">#546</a>, and <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/550">#550</a>!</p>
<h1>Platform-Specific Fixes</h1>
<p>As usual, the majority of PRs for this release only affect 1 or 2 platforms. Technically, even the binary-size tracking is only implemented to track binary size on <code>x86_64-unknown-linux-gnu</code>.</p>
<h2>fuchsia</h2>
<p>Backtraces for Fuchsia will now uses extended symbolization thanks to <a href="https://github.com/liudangyi"><code>`@​liudangyi</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/559">rust-lang/backtrace-rs#559</a></p>
<h2>unix (with <code>procfs</code>)</h2>
<p>Many Unix-y platforms support <code>/proc</code>, including Linux and FreeBSD, but not OpenBSD. For those which do, backtrace uses <code>/proc/self/maps</code> to assist in recovering the trace. We did not parse the output of <code>/proc/self/maps</code> in a way that accounted for the fact that it may have spaces in path names, but this was fixed thanks to <a href="https://github.com/MasonRemaley"><code>`@​MasonRemaley</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/553">rust-lang/backtrace-rs#553</a></p>
<h2>windows-msvc</h2>
<p>Some changes that should help binary size specifically on Windows MSVC targets, or at least compile times, have already been implemented, thanks to <a href="https://github.com/klensy"><code>`@​klensy</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/543">rust-lang/backtrace-rs#543</a> omitting compiling-in ELF backtrace capabilities. We don't have full binary size tracking for all major supported operating systems yet, so we believe this is worth 30KiB but that's more of an estimate than hard stats.</p>
<h1>Dependency Management</h1>
<ul>
<li>Update addr2line and object dependencies by <a href="https://github.com/philipc"><code>`@​philipc</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/557">rust-lang/backtrace-rs#557</a></li>
<li>Exclude ci directory from packaged crate by <a href="https://github.com/mulkieran"><code>`@​mulkieran</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/555">rust-lang/backtrace-rs#555</a></li>
<li>Enable calling build.rs directly from std/build.rs by <a href="https://github.com/pitaj"><code>`@​pitaj</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/556">rust-lang/backtrace-rs#556</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Kobzol"><code>`@​Kobzol</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/542">rust-lang/backtrace-rs#542</a></li>
<li><a href="https://github.com/detly"><code>`@​detly</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/550">rust-lang/backtrace-rs#550</a></li>
<li><a href="https://github.com/liudangyi"><code>`@​liudangyi</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/559">rust-lang/backtrace-rs#559</a></li>
<li><a href="https://github.com/MasonRemaley"><code>`@​MasonRemaley</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/553">rust-lang/backtrace-rs#553</a></li>
<li><a href="https://github.com/mulkieran"><code>`@​mulkieran</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/555">rust-lang/backtrace-rs#555</a></li>
<li><a href="https://github.com/pitaj"><code>`@​pitaj</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/556">rust-lang/backtrace-rs#556</a></li>
<li><a href="https://github.com/klensy"><code>`@​klensy</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/543">rust-lang/backtrace-rs#543</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/backtrace-rs/compare/0.3.68...0.3.69">https://github.com/rust-lang/backtrace-rs/compare/0.3.68...0.3.69</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/99faef833f890fe89f1a959d89b951954118828b"><code>99faef8</code></a><code>rust-lang/backtrace-rs#560</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/b06f1395fce62f749d48558db59ce5b7e3362b84"><code>b06f139</code></a><code>rust-lang/backtrace-rs#543</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/56c215e92a8de2346084ed6415d3cc7937ce1b78"><code>56c215e</code></a> sync as-if-std crate</li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/b6d24cdeffd590c54b19ac678ec7679ee6960a18"><code>b6d24cd</code></a> gate gimli usage on windows with gnu</li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/8bb67c74a6c7a473ed60cacb69043de7a3032e5b"><code>8bb67c7</code></a> for windows-msvc targets, dont use miniz_oxide, addr2line, object, libc</li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/347972118810d7d4a32a2f5879d1a260fa68d344"><code>3479721</code></a><code>rust-lang/backtrace-rs#556</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/037356f09a4392dec129b835a42c3bde4067cadf"><code>037356f</code></a><code>rust-lang/backtrace-rs#555</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/d008d3999975817e7bb7b6f6c66ebfb0895cfc9c"><code>d008d39</code></a><code>rust-lang/backtrace-rs#553</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/40410b7c31618c5ee82501839f7744c379bb9642"><code>40410b7</code></a><code>rust-lang/backtrace-rs#557</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/2efc59165a7e99bf425b8bb60ccfe9a9e7f23e8b"><code>2efc591</code></a><code>rust-lang/backtrace-rs#559</code></li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/backtrace-rs/compare/0.3.68...0.3.69">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.68&new-version=0.3.69)](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>

2818: build(deps): bump slab from 0.4.8 to 0.4.9 r=andreasots a=dependabot[bot]

Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.8 to 0.4.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/slab/releases">slab's releases</a>.</em></p>
<blockquote>
<h2>v0.4.9</h2>
<ul>
<li>Avoid reallocations in <code>Slab::clone_from</code> (<a href="https://redirect.github.com/tokio-rs/slab/issues/137">#137</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md">slab's changelog</a>.</em></p>
<blockquote>
<h1>0.4.9 (August 22, 2023)</h1>
<ul>
<li>Avoid reallocations in <code>Slab::clone_from</code> (<a href="https://redirect.github.com/tokio-rs/slab/issues/137">#137</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tokio-rs/slab/commit/b709dcf8f0884f2e041aa6a6cb4cf54200aa5491"><code>b709dcf</code></a> Release v0.4.9 (<a href="https://redirect.github.com/tokio-rs/slab/issues/139">#139</a>)</li>
<li><a href="https://github.com/tokio-rs/slab/commit/67e184f349e2f1783d003f1a308f2aacbf43a03c"><code>67e184f</code></a> Fix formatting (<a href="https://redirect.github.com/tokio-rs/slab/issues/138">#138</a>)</li>
<li><a href="https://github.com/tokio-rs/slab/commit/8718c40d6b37e2ef0de20d4b055492c29548db11"><code>8718c40</code></a> Make Slab::clone_from avoid reallocation (<a href="https://redirect.github.com/tokio-rs/slab/issues/137">#137</a>)</li>
<li><a href="https://github.com/tokio-rs/slab/commit/012088cdc01f18fd454b55d7d7226386e8fa953c"><code>012088c</code></a> Fix changelog year (<a href="https://redirect.github.com/tokio-rs/slab/issues/134">#134</a>)</li>
<li>See full diff in <a href="https://github.com/tokio-rs/slab/compare/v0.4.8...v0.4.9">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=slab&package-manager=cargo&previous-version=0.4.8&new-version=0.4.9)](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>

2820: build(deps): bump siphasher from 0.3.10 to 0.3.11 r=andreasots a=dependabot[bot]

Bumps [siphasher](https://github.com/jedisct1/rust-siphash) from 0.3.10 to 0.3.11.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/55ff379462517d8ec790bd9ce5382d2a1c364ee0"><code>55ff379</code></a> Update .gitignore</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/acc6986bfac7ed27c66743d02409027af7111ab8"><code>acc6986</code></a> Bump</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/da78da5eed41b6ca4f6df2f8fcbb8a0dadad59bc"><code>da78da5</code></a> Inline</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/07b760000b4916ead1040847177a1ca53bdb6611"><code>07b7600</code></a> Add a simple API, document caveats of hash::Hasher</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/2e4896cc7ca45ddba63301de73c377bdf9db1d50"><code>2e4896c</code></a> Revert &quot;Hasher::write_u*() are expected keep the native endianness&quot;</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/0159101113558bf74700cee42e18881ea3ea3e46"><code>0159101</code></a> The 'serde' feature is apparently just for serializing the state</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/0cefc423178e3dc163bb19139d07402c0e9edbab"><code>0cefc42</code></a> Format</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/750454ba4fcd486a1d39b12c00bdd8902c50bf87"><code>750454b</code></a> Document that the write_u*() functions are unsafe</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/7118362bc9e04f07874fe22c0829a985e15e8e85"><code>7118362</code></a> Add a userless test</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/a8a6186023864a9b48c943d32ca9e97f5985577b"><code>a8a6186</code></a> Do not require serde to be present for tests</li>
<li>Additional commits viewable in <a href="https://github.com/jedisct1/rust-siphash/compare/0.3.10...0.3.11">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=siphasher&package-manager=cargo&previous-version=0.3.10&new-version=0.3.11)](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>

2821: build(deps): bump anstyle from 1.0.1 to 1.0.2 r=andreasots a=dependabot[bot]

Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.1 to 1.0.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-cli/anstyle/commit/a6382b25c61704e7ab25a921126c3a8bb29ed71b"><code>a6382b2</code></a> chore: Release</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/5821848f5b53accdd2a4f421f3b6acfeea45e40e"><code>5821848</code></a> docs: Don't break docs.rs</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/6a8a44cce8552faa8a87e2bb88d2d041a117047b"><code>6a8a44c</code></a> chore: Release</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/aeddda18ee2e9e359c8bc14e6e3a3545c5517a83"><code>aeddda1</code></a> docs: Update changelog</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/f3a14776c2e0380f28d58fc533f82b745fb46b16"><code>f3a1477</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/108">#108</a> from Zheoni/fix-to-owo-colors-color</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/0eab2b2c74c176d57ec634b0079fb9d6c8fb038a"><code>0eab2b2</code></a> fix ansi_to_owo_colors_color bright colors</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/29c659e689ab2ea6d986acca6dc39b4741747b60"><code>29c659e</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/107">#107</a> from alexanderkjall/gate-test-on-relevant-feature</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/7aba73671aacd97ad6cb4c5e1663f7161ecf059e"><code>7aba736</code></a> gate the max_display_buffer on the std feature</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/2b6917fed96c6edfcbb57b28a7100d37554c7e4b"><code>2b6917f</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/103">#103</a> from rust-cli/colorchoice_clap_docs</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/90ad670c3bb60d657d5d7de8653080da8c5520da"><code>90ad670</code></a> docs: Improve docs for colorchoice_clap</li>
<li>See full diff in <a href="https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.1...anstyle-wincon-v1.0.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anstyle&package-manager=cargo&previous-version=1.0.1&new-version=1.0.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>

2823: build(deps): bump reqwest from 0.11.18 to 0.11.20 r=andreasots a=dependabot[bot]

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.20.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p>
<blockquote>
<h2>v0.11.20</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix <code>deflate</code> decompression back to using zlib, as outlined in the spec.</li>
</ul>
<h2>v0.11.19</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>ClientBuilder::http1_ignore_invalid_headers_in_responses()</code> option.</li>
<li>Add <code>ClientBuilder::http1_allow_spaces_after_header_name_in_responses()</code> option.</li>
<li>Add support for <code>ALL_PROXY</code> environment variable.</li>
<li>Add support for <code>use_preconfigured_tls</code> when combined with HTTP/3.</li>
<li>Fix <code>deflate</code> decompression from using the zlib decoder.</li>
<li>Fix <code>Response::{text, text_with_charset}()</code> to strip BOM characters.</li>
<li>Fix a panic when HTTP/3 is used if UDP isn't able to connect.</li>
<li>Fix some dependencies for HTTP/3.</li>
<li>Increase MSRV to 1.63.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/nyurik"><code>`@​nyurik</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1849">seanmonstar/reqwest#1849</a></li>
<li><a href="https://github.com/smndtrl"><code>`@​smndtrl</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1856">seanmonstar/reqwest#1856</a></li>
<li><a href="https://github.com/attila-lin"><code>`@​attila-lin</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1869">seanmonstar/reqwest#1869</a></li>
<li><a href="https://github.com/ollyswanson"><code>`@​ollyswanson</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1898">seanmonstar/reqwest#1898</a></li>
<li><a href="https://github.com/VivekPanyam"><code>`@​VivekPanyam</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1903">seanmonstar/reqwest#1903</a></li>
<li><a href="https://github.com/bouzuya"><code>`@​bouzuya</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1922">seanmonstar/reqwest#1922</a></li>
<li><a href="https://github.com/cipherbrain"><code>`@​cipherbrain</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1927">seanmonstar/reqwest#1927</a></li>
<li><a href="https://github.com/T-Sujeeban"><code>`@​T-Sujeeban</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1926">seanmonstar/reqwest#1926</a></li>
<li><a href="https://github.com/eric-seppanen"><code>`@​eric-seppanen</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1852">seanmonstar/reqwest#1852</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p>
<blockquote>
<h2>v0.11.20</h2>
<ul>
<li>Fix <code>deflate</code> decompression back to using zlib, as outlined in the spec.</li>
</ul>
<h2>v0.11.19</h2>
<ul>
<li>Add <code>ClientBuilder::http1_ignore_invalid_headers_in_responses()</code> option.</li>
<li>Add <code>ClientBuilder::http1_allow_spaces_after_header_name_in_responses()</code> option.</li>
<li>Add support for <code>ALL_PROXY</code> environment variable.</li>
<li>Add support for <code>use_preconfigured_tls</code> when combined with HTTP/3.</li>
<li>Fix <code>deflate</code> decompression from using the zlib decoder.</li>
<li>Fix <code>Response::{text, text_with_charset}()</code> to strip BOM characters.</li>
<li>Fix a panic when HTTP/3 is used if UDP isn't able to connect.</li>
<li>Fix some dependencies for HTTP/3.</li>
<li>Increase MSRV to 1.63.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/seanmonstar/reqwest/commit/a4e8ab694c639f889a110831041fdc93d924e504"><code>a4e8ab6</code></a> v0.11.20</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/84eb65032b34954d798c108a22eba6efaef451f1"><code>84eb650</code></a> Revert &quot;Fix deflate decompression (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1927">#1927</a>)&quot; (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1952">#1952</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/8b49fc95bc33956dcdf8ca822820fff0e0f7d3d1"><code>8b49fc9</code></a> v0.11.19</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/87ff5d9bf4af768908e39793563e6aa29f2ced41"><code>87ff5d9</code></a> improve error message if incompabitle Identity with selected backend (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1852">#1852</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/42f57b43cb08db10e1be67df95a39f666bbc4a1a"><code>42f57b4</code></a> Fix panic in building h3 client when udp is forbidden (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1945">#1945</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/4aa8516770eb96c66e753621660275e65e269213"><code>4aa8516</code></a> msrv: bump to 1.63 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1947">#1947</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/1f6c2cfcf9315a9721314171568a41beebf5b311"><code>1f6c2cf</code></a> Add <code>ClientBuilder::http1_allow_spaces_after_header_name_in_responses()</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1932">#1932</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/6f07b9fc6038b58d9ee5f724c021b02a71aa8995"><code>6f07b9f</code></a> Add <code>ClientBuilder::http1_ignore_invalid_headers_in_responses()</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1926">#1926</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/839623312f8359b173437fb01b1932f204449cca"><code>8396233</code></a> Fix deflate decompression (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1927">#1927</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/b0c07a21b162649f5eb9280f237ba13f60e46157"><code>b0c07a2</code></a> Bump rustls to v0.21.6 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1928">#1928</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.18...v0.11.20">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.11.18&new-version=0.11.20)](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>

2825: build(deps): bump encoding_rs from 0.8.32 to 0.8.33 r=andreasots a=dependabot[bot]

Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.32 to 0.8.33.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hsivonen/encoding_rs/commit/c19edf7f9e942f8a746b8c053a343bfef2387ca6"><code>c19edf7</code></a> Increment version number to 0.8.33.</li>
<li><a href="https://github.com/hsivonen/encoding_rs/commit/b30aebed8b98041f80bb8575d2fbb75b74f7ba33"><code>b30aebe</code></a> Update README for 0.8.33.</li>
<li><a href="https://github.com/hsivonen/encoding_rs/commit/def1a3570b7139a3dad5d700eab7a18e80912376"><code>def1a35</code></a> Use packed_simd 0.3.9</li>
<li>See full diff in <a href="https://github.com/hsivonen/encoding_rs/compare/v0.8.32...v0.8.33">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=encoding_rs&package-manager=cargo&previous-version=0.8.32&new-version=0.8.33)](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>

2828: build(deps): bump clap_lex from 0.5.0 to 0.5.1 r=andreasots a=dependabot[bot]

Bumps [clap_lex](https://github.com/clap-rs/clap) from 0.5.0 to 0.5.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_lex's changelog</a>.</em></p>
<blockquote>
<h2>v0.5.14 (2015-04-10)</h2>
<h4>Bug Fixes</h4>
<ul>
<li><strong>usage</strong>
<ul>
<li>remove unneeded space (<a href="https://github.com/clap-rs/clap/commit/5137278942121bc2593ce6e5dc224ec2682549e6">51372789</a>)</li>
<li>remove warning about unused variables (<a href="https://github.com/clap-rs/clap/commit/ba817b9d815e37320650973f1bea0e7af3030fd7">ba817b9d</a>)</li>
</ul>
</li>
</ul>
<h4>Features</h4>
<ul>
<li><strong>usage</strong>  add ability to get usage string for subcommands too (<a href="https://github.com/clap-rs/clap/commit/3636afc401c2caa966efb5b1869ef4f1ed3384aa">3636afc4</a>)</li>
</ul>
<h2>v0.5.13 (2015-04-09)</h2>
<h4>Features</h4>
<ul>
<li><strong>SubCommands</strong>  add method to get name and subcommand matches together (<a href="https://github.com/clap-rs/clap/commit/64e539280e23e567cf5de393b346eb0ca20e7eb5">64e53928</a>)</li>
<li><strong>ArgMatches</strong>  add method to get default usage string (<a href="https://github.com/clap-rs/clap/commit/02462150ca750bdc7012627d7e8d96379d494d7f">02462150</a>)</li>
</ul>
<h2>v0.5.12 (2015-04-08)</h2>
<h4>Features</h4>
<ul>
<li><strong>help</strong>  sort arguments by name so as to not display a random order (<a href="https://github.com/clap-rs/clap/commit/f4b2bf5767386013069fb74862e6e938dacf44d2">f4b2bf57</a>)</li>
</ul>
<h2>v0.5.11 (2015-04-08)</h2>
<h4>Bug Fixes</h4>
<ul>
<li><strong>flags</strong>  fix bug not allowing users to specify -v or -h (<a href="https://github.com/clap-rs/clap/commit/90e72cffdee321b79eea7a2207119533540062b4">90e72cff</a>)</li>
</ul>
<h2>v0.5.10 (2015-04-08)</h2>
<h4>Bug Fixes</h4>
<ul>
<li><strong>help</strong>  fix spacing when option argument has not long version (<a href="https://github.com/clap-rs/clap/commit/ca17fa494b68e92da83ee364bf64b0687006824b">ca17fa49</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clap-rs/clap/commit/9c93ea717c5f35da05e6b9393368cd86e14fc779"><code>9c93ea7</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/7224e5044e5b33c08f247feac433dae7252b7153"><code>7224e50</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/58ca302fc41cb1447aed1b21827b243ee2448bc0"><code>58ca302</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5086">#5086</a> from epage/term</li>
<li><a href="https://github.com/clap-rs/clap/commit/0b196a165c85d10563b61afda5fbfede2035365c"><code>0b196a1</code></a> perf(builder): Speed up builds by dropping is-terminal</li>
<li><a href="https://github.com/clap-rs/clap/commit/d30d94f51c3e10fed96d0a555a0f0c5a2b3a5824"><code>d30d94f</code></a> chore: Update MSRV to 1.70</li>
<li><a href="https://github.com/clap-rs/clap/commit/88cf306216de20fbce84bbe7aae230824f972042"><code>88cf306</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/b08cd5cc6aafeeb91c9b43ef07cae019e6655303"><code>b08cd5c</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/42a11caa5ef785b6ad5992c16c7c80eee8d37dbf"><code>42a11ca</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5084">#5084</a> from epage/newline</li>
<li><a href="https://github.com/clap-rs/clap/commit/bf3f25ebb23beb4d9d71eea16aaf0fbba27afa8a"><code>bf3f25e</code></a> fix(help): Ensure padding isn't stripped</li>
<li><a href="https://github.com/clap-rs/clap/commit/afefdc94140afb8a4e8fb07b66dfbc7c491d0891"><code>afefdc9</code></a> test(help): Show padding bug</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_lex-v0.5.0...clap_lex-v0.5.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap_lex&package-manager=cargo&previous-version=0.5.0&new-version=0.5.1)](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>

2831: build(deps): bump pin-project-lite from 0.2.12 to 0.2.13 r=andreasots a=dependabot[bot]

Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.12 to 0.2.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/taiki-e/pin-project-lite/releases">pin-project-lite's releases</a>.</em></p>
<blockquote>
<h2>0.2.13</h2>
<ul>
<li>Allow attributes in impl and method of <code>PinnedDrop</code> implementation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md">pin-project-lite's changelog</a>.</em></p>
<blockquote>
<h2>[0.2.13] - 2023-08-25</h2>
<ul>
<li>Allow attributes in impl and method of <code>PinnedDrop</code> implementation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/dc4b07a1fa1166131e64c02a487dd121e2eebebb"><code>dc4b07a</code></a> Release 0.2.13</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/0bba58661eabf40b2505090d6fad64c53bcfca65"><code>0bba586</code></a> Allow attributes in impl and method of PinnedDrop impl</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/901325a34cb123e44cb85f9abf85f61c0983d059"><code>901325a</code></a> Update cspell dictionary</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/40b7b119c8a34b5df10608c4a8683da14bc74e8f"><code>40b7b11</code></a> ci: Update MIRIFLAGS</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/fdadc0c4ab638dd71b46da95f3d1776e31e5c517"><code>fdadc0c</code></a> tidy: Check file permissions</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/37cd3901ca46cfabf9a2b3490e06e3cccd73ea8b"><code>37cd390</code></a> tools: Tweak script</li>
<li>See full diff in <a href="https://github.com/taiki-e/pin-project-lite/compare/v0.2.12...v0.2.13">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pin-project-lite&package-manager=cargo&previous-version=0.2.12&new-version=0.2.13)](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>

2832: build(deps): bump sea-query from 0.30.0 to 0.30.1 r=andreasots a=dependabot[bot]

Bumps [sea-query](https://github.com/SeaQL/sea-query) from 0.30.0 to 0.30.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/SeaQL/sea-query/releases">sea-query's releases</a>.</em></p>
<blockquote>
<h2>0.30.1</h2>
<h3>Versions</h3>
<ul>
<li><a href="https://crates.io/crates/sea-query-postgres/0.4.0"><code>sea-query-postgres</code>/<code>0.4.0</code></a></li>
<li><a href="https://crates.io/crates/sea-query-rusqlite/0.4.0"><code>sea-query-rusqlite</code>/<code>0.4.0</code></a></li>
</ul>
<h3>New Features</h3>
<ul>
<li>Added <code>Func::round</code> and <code>Func::round_with_precision</code> <a href="https://redirect.github.com/SeaQL/sea-query/pull/671">SeaQL/sea-query#671</a></li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Added some getters to <code>FunctionCall</code> <a href="https://redirect.github.com/SeaQL/sea-query/pull/677">SeaQL/sea-query#677</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed bytea literal syntax for Postgres <a href="https://redirect.github.com/SeaQL/sea-query/pull/666">SeaQL/sea-query#666</a></li>
<li>Fixed issues with semantics of parenthesis removal (backport)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/SeaQL/sea-query/blob/master/CHANGELOG.md">sea-query's changelog</a>.</em></p>
<blockquote>
<h2>0.30.1 - 2023-08-25</h2>
<h3>Versions</h3>
<ul>
<li><a href="https://crates.io/crates/sea-query-postgres/0.4.0"><code>sea-query-postgres</code>/<code>0.4.0</code></a></li>
<li><a href="https://crates.io/crates/sea-query-rusqlite/0.4.0"><code>sea-query-rusqlite</code>/<code>0.4.0</code></a></li>
</ul>
<h3>New Features</h3>
<ul>
<li>Added <code>Func::round</code> and <code>Func::round_with_precision</code> <a href="https://redirect.github.com/SeaQL/sea-query/pull/671">SeaQL/sea-query#671</a></li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Added some getters to <code>FunctionCall</code> <a href="https://redirect.github.com/SeaQL/sea-query/pull/677">SeaQL/sea-query#677</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed bytea literal syntax for Postgres <a href="https://redirect.github.com/SeaQL/sea-query/pull/666">SeaQL/sea-query#666</a></li>
<li>Fixed issues with semantics of parenthesis removal <a href="https://redirect.github.com/SeaQL/sea-query/pull/675">SeaQL/sea-query#675</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/SeaQL/sea-query/commit/6f8e0d18f5c9f79a9418214d314b9c091f94f092"><code>6f8e0d1</code></a> Changelog</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/556fc4b87bd17adfcfc0f9bd0af1160859682d37"><code>556fc4b</code></a> sea-query-postgres 0.4.0</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/7a8c1cf5a49cfbb6df1797e2ea2ba755358a5347"><code>7a8c1cf</code></a> sea-query-rusqlite 0.4.0</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/daf176c7da5c74c2ce51b2a6aa25e9f2971d1260"><code>daf176c</code></a> 0.30.1</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/ad74cbc484216fe3e53b5c29cc931a365ea44c52"><code>ad74cbc</code></a> Changelog</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/2ffac9066ed43ebb83d011c6a869bb810828f2b2"><code>2ffac90</code></a> Remove unused imports</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/401161c236a102fc29cb207b131cfd1762e498fc"><code>401161c</code></a> Backport <a href="https://redirect.github.com/SeaQL/sea-query/issues/675">#675</a></li>
<li><a href="https://github.com/SeaQL/sea-query/commit/1bfeaddb92e1fa87df2ae8bb11fc248f9ed47dc1"><code>1bfeadd</code></a> Tweaks</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/d4b848a056bc59a891d26193a6d4951c6692d8d6"><code>d4b848a</code></a> <a href="https://redirect.github.com/SeaQL/sea-query/issues/676">#676</a> Add getters to FunctionCall to make this information available when used...</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/a784868fd7bdcd690529fcbb0874b2c4dbb18d16"><code>a784868</code></a> Changelog</li>
<li>Additional commits viewable in <a href="https://github.com/SeaQL/sea-query/compare/0.30.0...0.30.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sea-query&package-manager=cargo&previous-version=0.30.0&new-version=0.30.1)](https://…
bors bot added a commit to andreasots/eris that referenced this pull request Sep 9, 2023
#2831 #2832 #2855

2811: build(deps): bump cc from 1.0.82 to 1.0.83 r=andreasots a=dependabot[bot]

Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.82 to 1.0.83.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/cc-rs/releases">cc's releases</a>.</em></p>
<blockquote>
<h2>1.0.83</h2>
<h2>What's Changed</h2>
<ul>
<li>Add method for specifying C/C++ standard version by <a href="https://github.com/hikari-no-yume"><code>`@​hikari-no-yume</code></a>` in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/761">rust-lang/cc-rs#761</a></li>
<li>Stop using feature &quot;libc/std&quot; by <a href="https://github.com/kadiwa4"><code>`@​kadiwa4</code></a>` in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/860">rust-lang/cc-rs#860</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/hikari-no-yume"><code>`@​hikari-no-yume</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/761">rust-lang/cc-rs#761</a></li>
<li><a href="https://github.com/kadiwa4"><code>`@​kadiwa4</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/cc-rs/pull/860">rust-lang/cc-rs#860</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/cc-rs/compare/1.0.82...1.0.83">https://github.com/rust-lang/cc-rs/compare/1.0.82...1.0.83</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-lang/cc-rs/commit/bfc3ba414e896f48a70d55d9be1097e2945e17ad"><code>bfc3ba4</code></a> Release version 1.0.83 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/861">#861</a>)</li>
<li><a href="https://github.com/rust-lang/cc-rs/commit/d8a653b1b91922685b8d2889f9d6a3cd5c51eff9"><code>d8a653b</code></a> Stop using feature &quot;libc/std&quot; (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/860">#860</a>)</li>
<li><a href="https://github.com/rust-lang/cc-rs/commit/360754b91441395713c24db6e5a5e3a91b298527"><code>360754b</code></a> Add method for specifying C/C++ standard version (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/761">#761</a>)</li>
<li>See full diff in <a href="https://github.com/rust-lang/cc-rs/compare/1.0.82...1.0.83">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cc&package-manager=cargo&previous-version=1.0.82&new-version=1.0.83)](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>

2812: build(deps): bump petgraph from 0.6.3 to 0.6.4 r=andreasots a=dependabot[bot]

Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.3 to 0.6.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/petgraph/petgraph/blob/master/RELEASES.rst">petgraph's changelog</a>.</em></p>
<blockquote>
<h1>Version 0.6.4 (2023-08-21)</h1>
<ul>
<li>Update <code>indexmap</code> to 2.0.0 (<code>[#568](https://github.com/petgraph/petgraph/issues/568)</code>_)</li>
<li>Fix typos (<code>[#544](https://github.com/petgraph/petgraph/issues/544)</code>_)</li>
</ul>
<p>.. _<code>[#544](https://github.com/petgraph/petgraph/issues/544)</code>: <a href="https://redirect.github.com/petgraph/petgraph/pull/544">petgraph/petgraph#544</a>
.. _<code>[#568](https://github.com/petgraph/petgraph/issues/568)</code>: <a href="https://redirect.github.com/petgraph/petgraph/pull/568">petgraph/petgraph#568</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/petgraph/petgraph/commit/c78b5b13a816f1f0daf37f3964db0d33c6cbf38d"><code>c78b5b1</code></a> Release <code>0.6.4</code> (<a href="https://redirect.github.com/petgraph/petgraph/issues/579">#579</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/ddc4eaa5049af4a4bddc51c95454d1eb918e9a15"><code>ddc4eaa</code></a> Update <code>indexmap</code> to v2 (<a href="https://redirect.github.com/petgraph/petgraph/issues/568">#568</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/45569772f2bbb1ec32a99aa5e3465f587efbd2d5"><code>4556977</code></a> Make ensure_len use resize_with</li>
<li><a href="https://github.com/petgraph/petgraph/commit/b9bf9eea81c504d14a1517d204f3178ef0e671f1"><code>b9bf9ee</code></a> Fixing Typos (<a href="https://redirect.github.com/petgraph/petgraph/issues/544">#544</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/cb4ab785647d25219befeb9193df198b321573e1"><code>cb4ab78</code></a> <a href="https://redirect.github.com/petgraph/petgraph/issues/523">petgraph/petgraph#523</a> (<a href="https://redirect.github.com/petgraph/petgraph/issues/538">#538</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/9ed9a959b11001f51164906a1dfa45e9be4cedfd"><code>9ed9a95</code></a> <a href="https://redirect.github.com/petgraph/petgraph/issues/534">petgraph/petgraph#534</a> (<a href="https://redirect.github.com/petgraph/petgraph/issues/539">#539</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/299b5d9a8db6438f6186ef11493392fa47365616"><code>299b5d9</code></a> Fixing Typo In Complement (<a href="https://redirect.github.com/petgraph/petgraph/issues/540">#540</a>)</li>
<li>See full diff in <a href="https://github.com/petgraph/petgraph/compare/petgraph@v0.6.3...petgraph@v0.6.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=petgraph&package-manager=cargo&previous-version=0.6.3&new-version=0.6.4)](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>

2813: build(deps): bump h2 from 0.3.20 to 0.3.21 r=andreasots a=dependabot[bot]

Bumps [h2](https://github.com/hyperium/h2) from 0.3.20 to 0.3.21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/h2/releases">h2's releases</a>.</em></p>
<blockquote>
<h2>v0.3.21</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix opening of new streams over peer's max concurrent limit.</li>
<li>Fix <code>RecvStream</code> to return data even if it has received a <code>CANCEL</code> stream error.</li>
<li>Update MSRV to 1.63.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/DDtKey"><code>`@​DDtKey</code></a>` made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/703">hyperium/h2#703</a></li>
<li><a href="https://github.com/jwilm"><code>`@​jwilm</code></a>` made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/707">hyperium/h2#707</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/h2/blob/master/CHANGELOG.md">h2's changelog</a>.</em></p>
<blockquote>
<h1>0.3.21 (August 21, 2023)</h1>
<ul>
<li>Fix opening of new streams over peer's max concurrent limit.</li>
<li>Fix <code>RecvStream</code> to return data even if it has received a <code>CANCEL</code> stream error.</li>
<li>Update MSRV to 1.63.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hyperium/h2/commit/da38b1c49c39ccf7e2e0dca51ebf8505d6905597"><code>da38b1c</code></a> v0.3.21</li>
<li><a href="https://github.com/hyperium/h2/commit/ee042922780651349915afb9cfe9b86d6b1084f9"><code>ee04292</code></a> Fix opening new streams over max concurrent (<a href="https://redirect.github.com/hyperium/h2/issues/707">#707</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/9bd62a2efc19da072ff6b55c92586b02a714194e"><code>9bd62a2</code></a> Test that client reacts correctly on rogue HEADERS (<a href="https://redirect.github.com/hyperium/h2/issues/667">#667</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/da9f34bc808a38be2c36f0f8e3a78c0164548419"><code>da9f34b</code></a> chore: fix up some clippy nags (<a href="https://redirect.github.com/hyperium/h2/issues/709">#709</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/cdcc641902a2c5b058da62980c5b1bede16671a4"><code>cdcc641</code></a> msrv: bump to 1.63 (<a href="https://redirect.github.com/hyperium/h2/issues/708">#708</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/633116ef68b4e7b5c4c5699fb5d10b58ef5818ac"><code>633116e</code></a> fix: do not ignore result of <code>ensure_recv_open</code> (<a href="https://redirect.github.com/hyperium/h2/issues/687">#687</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/46fb80bfd07b4dc6b8ee87b9c2e6415399830910"><code>46fb80b</code></a> test: early server response with data (<a href="https://redirect.github.com/hyperium/h2/issues/703">#703</a>)</li>
<li>See full diff in <a href="https://github.com/hyperium/h2/compare/v0.3.20...v0.3.21">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.3.20&new-version=0.3.21)](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>

2816: build(deps): bump rustls-webpki from 0.101.3 to 0.101.4 r=andreasots a=dependabot[bot]

Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.3 to 0.101.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rustls/webpki/releases">rustls-webpki's releases</a>.</em></p>
<blockquote>
<h2>v/0.101.4</h2>
<h2>Release notes</h2>
<ul>
<li>certificate path building and verification is now capped at 100 signature validation operations to avoid the risk of CPU usage denial-of-service attack when validating crafted certificate chains producing quadratic runtime. This risk affected both clients, as well as servers that verified client certificates.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>v0.101.4 prep by <a href="https://github.com/cpu"><code>`@​cpu</code></a>` in <a href="https://redirect.github.com/rustls/webpki/pull/153">rustls/webpki#153</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4">https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rustls/webpki/commit/d7f6aa4d2138de89cec1daf1d07e7d3263f7d9b6"><code>d7f6aa4</code></a> Cargo: version 0.101.3 -&gt; 0.101.4</li>
<li><a href="https://github.com/rustls/webpki/commit/dcad2406c92169b72c110dd12183fcc74035b683"><code>dcad240</code></a> verify_cert: enforce maximum number of signatures.</li>
<li>See full diff in <a href="https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls-webpki&package-manager=cargo&previous-version=0.101.3&new-version=0.101.4)](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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/andreasots/eris/network/alerts).

</details>

2817: build(deps): bump backtrace from 0.3.68 to 0.3.69 r=andreasots a=dependabot[bot]

Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.68 to 0.3.69.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/backtrace-rs/releases">backtrace's releases</a>.</em></p>
<blockquote>
<h2>0.3.69</h2>
<p>Thank you everyone for contributing to a very nice release!</p>
<h1>Tracking Binary Size</h1>
<p>As backtrace-rs is compiled into every single Rust program, we have begun tracking its binary size in order to find ways to reduce its impact on programs that only minimally use backtraces over time. This change is mostly relevant to this crate's CI, and has been implemented by <a href="https://github.com/Kobzol"><code>`@​Kobzol</code></a>` and <a href="https://github.com/detly"><code>`@​detly</code></a>` over PRs <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/542">#542</a>, <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/544">#544</a>, <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/546">#546</a>, and <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/550">#550</a>!</p>
<h1>Platform-Specific Fixes</h1>
<p>As usual, the majority of PRs for this release only affect 1 or 2 platforms. Technically, even the binary-size tracking is only implemented to track binary size on <code>x86_64-unknown-linux-gnu</code>.</p>
<h2>fuchsia</h2>
<p>Backtraces for Fuchsia will now uses extended symbolization thanks to <a href="https://github.com/liudangyi"><code>`@​liudangyi</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/559">rust-lang/backtrace-rs#559</a></p>
<h2>unix (with <code>procfs</code>)</h2>
<p>Many Unix-y platforms support <code>/proc</code>, including Linux and FreeBSD, but not OpenBSD. For those which do, backtrace uses <code>/proc/self/maps</code> to assist in recovering the trace. We did not parse the output of <code>/proc/self/maps</code> in a way that accounted for the fact that it may have spaces in path names, but this was fixed thanks to <a href="https://github.com/MasonRemaley"><code>`@​MasonRemaley</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/553">rust-lang/backtrace-rs#553</a></p>
<h2>windows-msvc</h2>
<p>Some changes that should help binary size specifically on Windows MSVC targets, or at least compile times, have already been implemented, thanks to <a href="https://github.com/klensy"><code>`@​klensy</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/543">rust-lang/backtrace-rs#543</a> omitting compiling-in ELF backtrace capabilities. We don't have full binary size tracking for all major supported operating systems yet, so we believe this is worth 30KiB but that's more of an estimate than hard stats.</p>
<h1>Dependency Management</h1>
<ul>
<li>Update addr2line and object dependencies by <a href="https://github.com/philipc"><code>`@​philipc</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/557">rust-lang/backtrace-rs#557</a></li>
<li>Exclude ci directory from packaged crate by <a href="https://github.com/mulkieran"><code>`@​mulkieran</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/555">rust-lang/backtrace-rs#555</a></li>
<li>Enable calling build.rs directly from std/build.rs by <a href="https://github.com/pitaj"><code>`@​pitaj</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/556">rust-lang/backtrace-rs#556</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Kobzol"><code>`@​Kobzol</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/542">rust-lang/backtrace-rs#542</a></li>
<li><a href="https://github.com/detly"><code>`@​detly</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/550">rust-lang/backtrace-rs#550</a></li>
<li><a href="https://github.com/liudangyi"><code>`@​liudangyi</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/559">rust-lang/backtrace-rs#559</a></li>
<li><a href="https://github.com/MasonRemaley"><code>`@​MasonRemaley</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/553">rust-lang/backtrace-rs#553</a></li>
<li><a href="https://github.com/mulkieran"><code>`@​mulkieran</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/555">rust-lang/backtrace-rs#555</a></li>
<li><a href="https://github.com/pitaj"><code>`@​pitaj</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/556">rust-lang/backtrace-rs#556</a></li>
<li><a href="https://github.com/klensy"><code>`@​klensy</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/543">rust-lang/backtrace-rs#543</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/backtrace-rs/compare/0.3.68...0.3.69">https://github.com/rust-lang/backtrace-rs/compare/0.3.68...0.3.69</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/99faef833f890fe89f1a959d89b951954118828b"><code>99faef8</code></a><code>rust-lang/backtrace-rs#560</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/b06f1395fce62f749d48558db59ce5b7e3362b84"><code>b06f139</code></a><code>rust-lang/backtrace-rs#543</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/56c215e92a8de2346084ed6415d3cc7937ce1b78"><code>56c215e</code></a> sync as-if-std crate</li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/b6d24cdeffd590c54b19ac678ec7679ee6960a18"><code>b6d24cd</code></a> gate gimli usage on windows with gnu</li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/8bb67c74a6c7a473ed60cacb69043de7a3032e5b"><code>8bb67c7</code></a> for windows-msvc targets, dont use miniz_oxide, addr2line, object, libc</li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/347972118810d7d4a32a2f5879d1a260fa68d344"><code>3479721</code></a><code>rust-lang/backtrace-rs#556</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/037356f09a4392dec129b835a42c3bde4067cadf"><code>037356f</code></a><code>rust-lang/backtrace-rs#555</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/d008d3999975817e7bb7b6f6c66ebfb0895cfc9c"><code>d008d39</code></a><code>rust-lang/backtrace-rs#553</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/40410b7c31618c5ee82501839f7744c379bb9642"><code>40410b7</code></a><code>rust-lang/backtrace-rs#557</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/2efc59165a7e99bf425b8bb60ccfe9a9e7f23e8b"><code>2efc591</code></a><code>rust-lang/backtrace-rs#559</code></li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/backtrace-rs/compare/0.3.68...0.3.69">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.68&new-version=0.3.69)](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>

2818: build(deps): bump slab from 0.4.8 to 0.4.9 r=andreasots a=dependabot[bot]

Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.8 to 0.4.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/slab/releases">slab's releases</a>.</em></p>
<blockquote>
<h2>v0.4.9</h2>
<ul>
<li>Avoid reallocations in <code>Slab::clone_from</code> (<a href="https://redirect.github.com/tokio-rs/slab/issues/137">#137</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md">slab's changelog</a>.</em></p>
<blockquote>
<h1>0.4.9 (August 22, 2023)</h1>
<ul>
<li>Avoid reallocations in <code>Slab::clone_from</code> (<a href="https://redirect.github.com/tokio-rs/slab/issues/137">#137</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tokio-rs/slab/commit/b709dcf8f0884f2e041aa6a6cb4cf54200aa5491"><code>b709dcf</code></a> Release v0.4.9 (<a href="https://redirect.github.com/tokio-rs/slab/issues/139">#139</a>)</li>
<li><a href="https://github.com/tokio-rs/slab/commit/67e184f349e2f1783d003f1a308f2aacbf43a03c"><code>67e184f</code></a> Fix formatting (<a href="https://redirect.github.com/tokio-rs/slab/issues/138">#138</a>)</li>
<li><a href="https://github.com/tokio-rs/slab/commit/8718c40d6b37e2ef0de20d4b055492c29548db11"><code>8718c40</code></a> Make Slab::clone_from avoid reallocation (<a href="https://redirect.github.com/tokio-rs/slab/issues/137">#137</a>)</li>
<li><a href="https://github.com/tokio-rs/slab/commit/012088cdc01f18fd454b55d7d7226386e8fa953c"><code>012088c</code></a> Fix changelog year (<a href="https://redirect.github.com/tokio-rs/slab/issues/134">#134</a>)</li>
<li>See full diff in <a href="https://github.com/tokio-rs/slab/compare/v0.4.8...v0.4.9">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=slab&package-manager=cargo&previous-version=0.4.8&new-version=0.4.9)](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>

2820: build(deps): bump siphasher from 0.3.10 to 0.3.11 r=andreasots a=dependabot[bot]

Bumps [siphasher](https://github.com/jedisct1/rust-siphash) from 0.3.10 to 0.3.11.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/55ff379462517d8ec790bd9ce5382d2a1c364ee0"><code>55ff379</code></a> Update .gitignore</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/acc6986bfac7ed27c66743d02409027af7111ab8"><code>acc6986</code></a> Bump</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/da78da5eed41b6ca4f6df2f8fcbb8a0dadad59bc"><code>da78da5</code></a> Inline</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/07b760000b4916ead1040847177a1ca53bdb6611"><code>07b7600</code></a> Add a simple API, document caveats of hash::Hasher</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/2e4896cc7ca45ddba63301de73c377bdf9db1d50"><code>2e4896c</code></a> Revert &quot;Hasher::write_u*() are expected keep the native endianness&quot;</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/0159101113558bf74700cee42e18881ea3ea3e46"><code>0159101</code></a> The 'serde' feature is apparently just for serializing the state</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/0cefc423178e3dc163bb19139d07402c0e9edbab"><code>0cefc42</code></a> Format</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/750454ba4fcd486a1d39b12c00bdd8902c50bf87"><code>750454b</code></a> Document that the write_u*() functions are unsafe</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/7118362bc9e04f07874fe22c0829a985e15e8e85"><code>7118362</code></a> Add a userless test</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/a8a6186023864a9b48c943d32ca9e97f5985577b"><code>a8a6186</code></a> Do not require serde to be present for tests</li>
<li>Additional commits viewable in <a href="https://github.com/jedisct1/rust-siphash/compare/0.3.10...0.3.11">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=siphasher&package-manager=cargo&previous-version=0.3.10&new-version=0.3.11)](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>

2821: build(deps): bump anstyle from 1.0.1 to 1.0.2 r=andreasots a=dependabot[bot]

Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.1 to 1.0.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-cli/anstyle/commit/a6382b25c61704e7ab25a921126c3a8bb29ed71b"><code>a6382b2</code></a> chore: Release</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/5821848f5b53accdd2a4f421f3b6acfeea45e40e"><code>5821848</code></a> docs: Don't break docs.rs</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/6a8a44cce8552faa8a87e2bb88d2d041a117047b"><code>6a8a44c</code></a> chore: Release</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/aeddda18ee2e9e359c8bc14e6e3a3545c5517a83"><code>aeddda1</code></a> docs: Update changelog</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/f3a14776c2e0380f28d58fc533f82b745fb46b16"><code>f3a1477</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/108">#108</a> from Zheoni/fix-to-owo-colors-color</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/0eab2b2c74c176d57ec634b0079fb9d6c8fb038a"><code>0eab2b2</code></a> fix ansi_to_owo_colors_color bright colors</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/29c659e689ab2ea6d986acca6dc39b4741747b60"><code>29c659e</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/107">#107</a> from alexanderkjall/gate-test-on-relevant-feature</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/7aba73671aacd97ad6cb4c5e1663f7161ecf059e"><code>7aba736</code></a> gate the max_display_buffer on the std feature</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/2b6917fed96c6edfcbb57b28a7100d37554c7e4b"><code>2b6917f</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/103">#103</a> from rust-cli/colorchoice_clap_docs</li>
<li><a href="https://github.com/rust-cli/anstyle/commit/90ad670c3bb60d657d5d7de8653080da8c5520da"><code>90ad670</code></a> docs: Improve docs for colorchoice_clap</li>
<li>See full diff in <a href="https://github.com/rust-cli/anstyle/compare/anstyle-ls-v1.0.1...anstyle-wincon-v1.0.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anstyle&package-manager=cargo&previous-version=1.0.1&new-version=1.0.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>

2823: build(deps): bump reqwest from 0.11.18 to 0.11.20 r=andreasots a=dependabot[bot]

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.20.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p>
<blockquote>
<h2>v0.11.20</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix <code>deflate</code> decompression back to using zlib, as outlined in the spec.</li>
</ul>
<h2>v0.11.19</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>ClientBuilder::http1_ignore_invalid_headers_in_responses()</code> option.</li>
<li>Add <code>ClientBuilder::http1_allow_spaces_after_header_name_in_responses()</code> option.</li>
<li>Add support for <code>ALL_PROXY</code> environment variable.</li>
<li>Add support for <code>use_preconfigured_tls</code> when combined with HTTP/3.</li>
<li>Fix <code>deflate</code> decompression from using the zlib decoder.</li>
<li>Fix <code>Response::{text, text_with_charset}()</code> to strip BOM characters.</li>
<li>Fix a panic when HTTP/3 is used if UDP isn't able to connect.</li>
<li>Fix some dependencies for HTTP/3.</li>
<li>Increase MSRV to 1.63.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/nyurik"><code>`@​nyurik</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1849">seanmonstar/reqwest#1849</a></li>
<li><a href="https://github.com/smndtrl"><code>`@​smndtrl</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1856">seanmonstar/reqwest#1856</a></li>
<li><a href="https://github.com/attila-lin"><code>`@​attila-lin</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1869">seanmonstar/reqwest#1869</a></li>
<li><a href="https://github.com/ollyswanson"><code>`@​ollyswanson</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1898">seanmonstar/reqwest#1898</a></li>
<li><a href="https://github.com/VivekPanyam"><code>`@​VivekPanyam</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1903">seanmonstar/reqwest#1903</a></li>
<li><a href="https://github.com/bouzuya"><code>`@​bouzuya</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1922">seanmonstar/reqwest#1922</a></li>
<li><a href="https://github.com/cipherbrain"><code>`@​cipherbrain</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1927">seanmonstar/reqwest#1927</a></li>
<li><a href="https://github.com/T-Sujeeban"><code>`@​T-Sujeeban</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1926">seanmonstar/reqwest#1926</a></li>
<li><a href="https://github.com/eric-seppanen"><code>`@​eric-seppanen</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1852">seanmonstar/reqwest#1852</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p>
<blockquote>
<h2>v0.11.20</h2>
<ul>
<li>Fix <code>deflate</code> decompression back to using zlib, as outlined in the spec.</li>
</ul>
<h2>v0.11.19</h2>
<ul>
<li>Add <code>ClientBuilder::http1_ignore_invalid_headers_in_responses()</code> option.</li>
<li>Add <code>ClientBuilder::http1_allow_spaces_after_header_name_in_responses()</code> option.</li>
<li>Add support for <code>ALL_PROXY</code> environment variable.</li>
<li>Add support for <code>use_preconfigured_tls</code> when combined with HTTP/3.</li>
<li>Fix <code>deflate</code> decompression from using the zlib decoder.</li>
<li>Fix <code>Response::{text, text_with_charset}()</code> to strip BOM characters.</li>
<li>Fix a panic when HTTP/3 is used if UDP isn't able to connect.</li>
<li>Fix some dependencies for HTTP/3.</li>
<li>Increase MSRV to 1.63.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/seanmonstar/reqwest/commit/a4e8ab694c639f889a110831041fdc93d924e504"><code>a4e8ab6</code></a> v0.11.20</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/84eb65032b34954d798c108a22eba6efaef451f1"><code>84eb650</code></a> Revert &quot;Fix deflate decompression (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1927">#1927</a>)&quot; (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1952">#1952</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/8b49fc95bc33956dcdf8ca822820fff0e0f7d3d1"><code>8b49fc9</code></a> v0.11.19</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/87ff5d9bf4af768908e39793563e6aa29f2ced41"><code>87ff5d9</code></a> improve error message if incompabitle Identity with selected backend (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1852">#1852</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/42f57b43cb08db10e1be67df95a39f666bbc4a1a"><code>42f57b4</code></a> Fix panic in building h3 client when udp is forbidden (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1945">#1945</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/4aa8516770eb96c66e753621660275e65e269213"><code>4aa8516</code></a> msrv: bump to 1.63 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1947">#1947</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/1f6c2cfcf9315a9721314171568a41beebf5b311"><code>1f6c2cf</code></a> Add <code>ClientBuilder::http1_allow_spaces_after_header_name_in_responses()</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1932">#1932</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/6f07b9fc6038b58d9ee5f724c021b02a71aa8995"><code>6f07b9f</code></a> Add <code>ClientBuilder::http1_ignore_invalid_headers_in_responses()</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1926">#1926</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/839623312f8359b173437fb01b1932f204449cca"><code>8396233</code></a> Fix deflate decompression (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1927">#1927</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/b0c07a21b162649f5eb9280f237ba13f60e46157"><code>b0c07a2</code></a> Bump rustls to v0.21.6 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1928">#1928</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.18...v0.11.20">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.11.18&new-version=0.11.20)](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>

2825: build(deps): bump encoding_rs from 0.8.32 to 0.8.33 r=andreasots a=dependabot[bot]

Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.32 to 0.8.33.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hsivonen/encoding_rs/commit/c19edf7f9e942f8a746b8c053a343bfef2387ca6"><code>c19edf7</code></a> Increment version number to 0.8.33.</li>
<li><a href="https://github.com/hsivonen/encoding_rs/commit/b30aebed8b98041f80bb8575d2fbb75b74f7ba33"><code>b30aebe</code></a> Update README for 0.8.33.</li>
<li><a href="https://github.com/hsivonen/encoding_rs/commit/def1a3570b7139a3dad5d700eab7a18e80912376"><code>def1a35</code></a> Use packed_simd 0.3.9</li>
<li>See full diff in <a href="https://github.com/hsivonen/encoding_rs/compare/v0.8.32...v0.8.33">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=encoding_rs&package-manager=cargo&previous-version=0.8.32&new-version=0.8.33)](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>

2828: build(deps): bump clap_lex from 0.5.0 to 0.5.1 r=andreasots a=dependabot[bot]

Bumps [clap_lex](https://github.com/clap-rs/clap) from 0.5.0 to 0.5.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_lex's changelog</a>.</em></p>
<blockquote>
<h2>v0.5.14 (2015-04-10)</h2>
<h4>Bug Fixes</h4>
<ul>
<li><strong>usage</strong>
<ul>
<li>remove unneeded space (<a href="https://github.com/clap-rs/clap/commit/5137278942121bc2593ce6e5dc224ec2682549e6">51372789</a>)</li>
<li>remove warning about unused variables (<a href="https://github.com/clap-rs/clap/commit/ba817b9d815e37320650973f1bea0e7af3030fd7">ba817b9d</a>)</li>
</ul>
</li>
</ul>
<h4>Features</h4>
<ul>
<li><strong>usage</strong>  add ability to get usage string for subcommands too (<a href="https://github.com/clap-rs/clap/commit/3636afc401c2caa966efb5b1869ef4f1ed3384aa">3636afc4</a>)</li>
</ul>
<h2>v0.5.13 (2015-04-09)</h2>
<h4>Features</h4>
<ul>
<li><strong>SubCommands</strong>  add method to get name and subcommand matches together (<a href="https://github.com/clap-rs/clap/commit/64e539280e23e567cf5de393b346eb0ca20e7eb5">64e53928</a>)</li>
<li><strong>ArgMatches</strong>  add method to get default usage string (<a href="https://github.com/clap-rs/clap/commit/02462150ca750bdc7012627d7e8d96379d494d7f">02462150</a>)</li>
</ul>
<h2>v0.5.12 (2015-04-08)</h2>
<h4>Features</h4>
<ul>
<li><strong>help</strong>  sort arguments by name so as to not display a random order (<a href="https://github.com/clap-rs/clap/commit/f4b2bf5767386013069fb74862e6e938dacf44d2">f4b2bf57</a>)</li>
</ul>
<h2>v0.5.11 (2015-04-08)</h2>
<h4>Bug Fixes</h4>
<ul>
<li><strong>flags</strong>  fix bug not allowing users to specify -v or -h (<a href="https://github.com/clap-rs/clap/commit/90e72cffdee321b79eea7a2207119533540062b4">90e72cff</a>)</li>
</ul>
<h2>v0.5.10 (2015-04-08)</h2>
<h4>Bug Fixes</h4>
<ul>
<li><strong>help</strong>  fix spacing when option argument has not long version (<a href="https://github.com/clap-rs/clap/commit/ca17fa494b68e92da83ee364bf64b0687006824b">ca17fa49</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clap-rs/clap/commit/9c93ea717c5f35da05e6b9393368cd86e14fc779"><code>9c93ea7</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/7224e5044e5b33c08f247feac433dae7252b7153"><code>7224e50</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/58ca302fc41cb1447aed1b21827b243ee2448bc0"><code>58ca302</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5086">#5086</a> from epage/term</li>
<li><a href="https://github.com/clap-rs/clap/commit/0b196a165c85d10563b61afda5fbfede2035365c"><code>0b196a1</code></a> perf(builder): Speed up builds by dropping is-terminal</li>
<li><a href="https://github.com/clap-rs/clap/commit/d30d94f51c3e10fed96d0a555a0f0c5a2b3a5824"><code>d30d94f</code></a> chore: Update MSRV to 1.70</li>
<li><a href="https://github.com/clap-rs/clap/commit/88cf306216de20fbce84bbe7aae230824f972042"><code>88cf306</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/b08cd5cc6aafeeb91c9b43ef07cae019e6655303"><code>b08cd5c</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/42a11caa5ef785b6ad5992c16c7c80eee8d37dbf"><code>42a11ca</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5084">#5084</a> from epage/newline</li>
<li><a href="https://github.com/clap-rs/clap/commit/bf3f25ebb23beb4d9d71eea16aaf0fbba27afa8a"><code>bf3f25e</code></a> fix(help): Ensure padding isn't stripped</li>
<li><a href="https://github.com/clap-rs/clap/commit/afefdc94140afb8a4e8fb07b66dfbc7c491d0891"><code>afefdc9</code></a> test(help): Show padding bug</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_lex-v0.5.0...clap_lex-v0.5.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap_lex&package-manager=cargo&previous-version=0.5.0&new-version=0.5.1)](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>

2831: build(deps): bump pin-project-lite from 0.2.12 to 0.2.13 r=andreasots a=dependabot[bot]

Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.12 to 0.2.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/taiki-e/pin-project-lite/releases">pin-project-lite's releases</a>.</em></p>
<blockquote>
<h2>0.2.13</h2>
<ul>
<li>Allow attributes in impl and method of <code>PinnedDrop</code> implementation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md">pin-project-lite's changelog</a>.</em></p>
<blockquote>
<h2>[0.2.13] - 2023-08-25</h2>
<ul>
<li>Allow attributes in impl and method of <code>PinnedDrop</code> implementation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/dc4b07a1fa1166131e64c02a487dd121e2eebebb"><code>dc4b07a</code></a> Release 0.2.13</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/0bba58661eabf40b2505090d6fad64c53bcfca65"><code>0bba586</code></a> Allow attributes in impl and method of PinnedDrop impl</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/901325a34cb123e44cb85f9abf85f61c0983d059"><code>901325a</code></a> Update cspell dictionary</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/40b7b119c8a34b5df10608c4a8683da14bc74e8f"><code>40b7b11</code></a> ci: Update MIRIFLAGS</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/fdadc0c4ab638dd71b46da95f3d1776e31e5c517"><code>fdadc0c</code></a> tidy: Check file permissions</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/37cd3901ca46cfabf9a2b3490e06e3cccd73ea8b"><code>37cd390</code></a> tools: Tweak script</li>
<li>See full diff in <a href="https://github.com/taiki-e/pin-project-lite/compare/v0.2.12...v0.2.13">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pin-project-lite&package-manager=cargo&previous-version=0.2.12&new-version=0.2.13)](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>

2832: build(deps): bump sea-query from 0.30.0 to 0.30.1 r=andreasots a=dependabot[bot]

Bumps [sea-query](https://github.com/SeaQL/sea-query) from 0.30.0 to 0.30.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/SeaQL/sea-query/releases">sea-query's releases</a>.</em></p>
<blockquote>
<h2>0.30.1</h2>
<h3>Versions</h3>
<ul>
<li><a href="https://crates.io/crates/sea-query-postgres/0.4.0"><code>sea-query-postgres</code>/<code>0.4.0</code></a></li>
<li><a href="https://crates.io/crates/sea-query-rusqlite/0.4.0"><code>sea-query-rusqlite</code>/<code>0.4.0</code></a></li>
</ul>
<h3>New Features</h3>
<ul>
<li>Added <code>Func::round</code> and <code>Func::round_with_precision</code> <a href="https://redirect.github.com/SeaQL/sea-query/pull/671">SeaQL/sea-query#671</a></li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Added some getters to <code>FunctionCall</code> <a href="https://redirect.github.com/SeaQL/sea-query/pull/677">SeaQL/sea-query#677</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed bytea literal syntax for Postgres <a href="https://redirect.github.com/SeaQL/sea-query/pull/666">SeaQL/sea-query#666</a></li>
<li>Fixed issues with semantics of parenthesis removal (backport)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/SeaQL/sea-query/blob/master/CHANGELOG.md">sea-query's changelog</a>.</em></p>
<blockquote>
<h2>0.30.1 - 2023-08-25</h2>
<h3>Versions</h3>
<ul>
<li><a href="https://crates.io/crates/sea-query-postgres/0.4.0"><code>sea-query-postgres</code>/<code>0.4.0</code></a></li>
<li><a href="https://crates.io/crates/sea-query-rusqlite/0.4.0"><code>sea-query-rusqlite</code>/<code>0.4.0</code></a></li>
</ul>
<h3>New Features</h3>
<ul>
<li>Added <code>Func::round</code> and <code>Func::round_with_precision</code> <a href="https://redirect.github.com/SeaQL/sea-query/pull/671">SeaQL/sea-query#671</a></li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Added some getters to <code>FunctionCall</code> <a href="https://redirect.github.com/SeaQL/sea-query/pull/677">SeaQL/sea-query#677</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed bytea literal syntax for Postgres <a href="https://redirect.github.com/SeaQL/sea-query/pull/666">SeaQL/sea-query#666</a></li>
<li>Fixed issues with semantics of parenthesis removal <a href="https://redirect.github.com/SeaQL/sea-query/pull/675">SeaQL/sea-query#675</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/SeaQL/sea-query/commit/6f8e0d18f5c9f79a9418214d314b9c091f94f092"><code>6f8e0d1</code></a> Changelog</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/556fc4b87bd17adfcfc0f9bd0af1160859682d37"><code>556fc4b</code></a> sea-query-postgres 0.4.0</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/7a8c1cf5a49cfbb6df1797e2ea2ba755358a5347"><code>7a8c1cf</code></a> sea-query-rusqlite 0.4.0</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/daf176c7da5c74c2ce51b2a6aa25e9f2971d1260"><code>daf176c</code></a> 0.30.1</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/ad74cbc484216fe3e53b5c29cc931a365ea44c52"><code>ad74cbc</code></a> Changelog</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/2ffac9066ed43ebb83d011c6a869bb810828f2b2"><code>2ffac90</code></a> Remove unused imports</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/401161c236a102fc29cb207b131cfd1762e498fc"><code>401161c</code></a> Backport <a href="https://redirect.github.com/SeaQL/sea-query/issues/675">#675</a></li>
<li><a href="https://github.com/SeaQL/sea-query/commit/1bfeaddb92e1fa87df2ae8bb11fc248f9ed47dc1"><code>1bfeadd</code></a> Tweaks</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/d4b848a056bc59a891d26193a6d4951c6692d8d6"><code>d4b848a</code></a> <a href="https://redirect.github.com/SeaQL/sea-query/issues/676">#676</a> Add getters to FunctionCall to make this information available when used...</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/a784868fd7bdcd690529fcbb0874b2c4dbb18d16"><code>a784868</code></a> Changelog</li>
<li>Additional commits viewable in <a href="https://github.com/SeaQL/sea-query/compare/0.30.0...0.30.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sea-query&package-manager=cargo&previous-version=0.30.0&new-version=0.30.1)](https://…
bors bot added a commit to andreasots/eris that referenced this pull request Sep 9, 2023
2812: build(deps): bump petgraph from 0.6.3 to 0.6.4 r=andreasots a=dependabot[bot]

Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.6.3 to 0.6.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/petgraph/petgraph/blob/master/RELEASES.rst">petgraph's changelog</a>.</em></p>
<blockquote>
<h1>Version 0.6.4 (2023-08-21)</h1>
<ul>
<li>Update <code>indexmap</code> to 2.0.0 (<code>[#568](https://github.com/petgraph/petgraph/issues/568)</code>_)</li>
<li>Fix typos (<code>[#544](https://github.com/petgraph/petgraph/issues/544)</code>_)</li>
</ul>
<p>.. _<code>[#544](https://github.com/petgraph/petgraph/issues/544)</code>: <a href="https://redirect.github.com/petgraph/petgraph/pull/544">petgraph/petgraph#544</a>
.. _<code>[#568](https://github.com/petgraph/petgraph/issues/568)</code>: <a href="https://redirect.github.com/petgraph/petgraph/pull/568">petgraph/petgraph#568</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/petgraph/petgraph/commit/c78b5b13a816f1f0daf37f3964db0d33c6cbf38d"><code>c78b5b1</code></a> Release <code>0.6.4</code> (<a href="https://redirect.github.com/petgraph/petgraph/issues/579">#579</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/ddc4eaa5049af4a4bddc51c95454d1eb918e9a15"><code>ddc4eaa</code></a> Update <code>indexmap</code> to v2 (<a href="https://redirect.github.com/petgraph/petgraph/issues/568">#568</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/45569772f2bbb1ec32a99aa5e3465f587efbd2d5"><code>4556977</code></a> Make ensure_len use resize_with</li>
<li><a href="https://github.com/petgraph/petgraph/commit/b9bf9eea81c504d14a1517d204f3178ef0e671f1"><code>b9bf9ee</code></a> Fixing Typos (<a href="https://redirect.github.com/petgraph/petgraph/issues/544">#544</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/cb4ab785647d25219befeb9193df198b321573e1"><code>cb4ab78</code></a> <a href="https://redirect.github.com/petgraph/petgraph/issues/523">petgraph/petgraph#523</a> (<a href="https://redirect.github.com/petgraph/petgraph/issues/538">#538</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/9ed9a959b11001f51164906a1dfa45e9be4cedfd"><code>9ed9a95</code></a> <a href="https://redirect.github.com/petgraph/petgraph/issues/534">petgraph/petgraph#534</a> (<a href="https://redirect.github.com/petgraph/petgraph/issues/539">#539</a>)</li>
<li><a href="https://github.com/petgraph/petgraph/commit/299b5d9a8db6438f6186ef11493392fa47365616"><code>299b5d9</code></a> Fixing Typo In Complement (<a href="https://redirect.github.com/petgraph/petgraph/issues/540">#540</a>)</li>
<li>See full diff in <a href="https://github.com/petgraph/petgraph/compare/petgraph@v0.6.3...petgraph@v0.6.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=petgraph&package-manager=cargo&previous-version=0.6.3&new-version=0.6.4)](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>

2813: build(deps): bump h2 from 0.3.20 to 0.3.21 r=andreasots a=dependabot[bot]

Bumps [h2](https://github.com/hyperium/h2) from 0.3.20 to 0.3.21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/h2/releases">h2's releases</a>.</em></p>
<blockquote>
<h2>v0.3.21</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix opening of new streams over peer's max concurrent limit.</li>
<li>Fix <code>RecvStream</code> to return data even if it has received a <code>CANCEL</code> stream error.</li>
<li>Update MSRV to 1.63.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/DDtKey"><code>`@​DDtKey</code></a>` made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/703">hyperium/h2#703</a></li>
<li><a href="https://github.com/jwilm"><code>`@​jwilm</code></a>` made their first contribution in <a href="https://redirect.github.com/hyperium/h2/pull/707">hyperium/h2#707</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/h2/blob/master/CHANGELOG.md">h2's changelog</a>.</em></p>
<blockquote>
<h1>0.3.21 (August 21, 2023)</h1>
<ul>
<li>Fix opening of new streams over peer's max concurrent limit.</li>
<li>Fix <code>RecvStream</code> to return data even if it has received a <code>CANCEL</code> stream error.</li>
<li>Update MSRV to 1.63.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hyperium/h2/commit/da38b1c49c39ccf7e2e0dca51ebf8505d6905597"><code>da38b1c</code></a> v0.3.21</li>
<li><a href="https://github.com/hyperium/h2/commit/ee042922780651349915afb9cfe9b86d6b1084f9"><code>ee04292</code></a> Fix opening new streams over max concurrent (<a href="https://redirect.github.com/hyperium/h2/issues/707">#707</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/9bd62a2efc19da072ff6b55c92586b02a714194e"><code>9bd62a2</code></a> Test that client reacts correctly on rogue HEADERS (<a href="https://redirect.github.com/hyperium/h2/issues/667">#667</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/da9f34bc808a38be2c36f0f8e3a78c0164548419"><code>da9f34b</code></a> chore: fix up some clippy nags (<a href="https://redirect.github.com/hyperium/h2/issues/709">#709</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/cdcc641902a2c5b058da62980c5b1bede16671a4"><code>cdcc641</code></a> msrv: bump to 1.63 (<a href="https://redirect.github.com/hyperium/h2/issues/708">#708</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/633116ef68b4e7b5c4c5699fb5d10b58ef5818ac"><code>633116e</code></a> fix: do not ignore result of <code>ensure_recv_open</code> (<a href="https://redirect.github.com/hyperium/h2/issues/687">#687</a>)</li>
<li><a href="https://github.com/hyperium/h2/commit/46fb80bfd07b4dc6b8ee87b9c2e6415399830910"><code>46fb80b</code></a> test: early server response with data (<a href="https://redirect.github.com/hyperium/h2/issues/703">#703</a>)</li>
<li>See full diff in <a href="https://github.com/hyperium/h2/compare/v0.3.20...v0.3.21">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.3.20&new-version=0.3.21)](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>

2816: build(deps): bump rustls-webpki from 0.101.3 to 0.101.4 r=andreasots a=dependabot[bot]

Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.3 to 0.101.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rustls/webpki/releases">rustls-webpki's releases</a>.</em></p>
<blockquote>
<h2>v/0.101.4</h2>
<h2>Release notes</h2>
<ul>
<li>certificate path building and verification is now capped at 100 signature validation operations to avoid the risk of CPU usage denial-of-service attack when validating crafted certificate chains producing quadratic runtime. This risk affected both clients, as well as servers that verified client certificates.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>v0.101.4 prep by <a href="https://github.com/cpu"><code>`@​cpu</code></a>` in <a href="https://redirect.github.com/rustls/webpki/pull/153">rustls/webpki#153</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4">https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rustls/webpki/commit/d7f6aa4d2138de89cec1daf1d07e7d3263f7d9b6"><code>d7f6aa4</code></a> Cargo: version 0.101.3 -&gt; 0.101.4</li>
<li><a href="https://github.com/rustls/webpki/commit/dcad2406c92169b72c110dd12183fcc74035b683"><code>dcad240</code></a> verify_cert: enforce maximum number of signatures.</li>
<li>See full diff in <a href="https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls-webpki&package-manager=cargo&previous-version=0.101.3&new-version=0.101.4)](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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/andreasots/eris/network/alerts).

</details>

2817: build(deps): bump backtrace from 0.3.68 to 0.3.69 r=andreasots a=dependabot[bot]

Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.68 to 0.3.69.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/backtrace-rs/releases">backtrace's releases</a>.</em></p>
<blockquote>
<h2>0.3.69</h2>
<p>Thank you everyone for contributing to a very nice release!</p>
<h1>Tracking Binary Size</h1>
<p>As backtrace-rs is compiled into every single Rust program, we have begun tracking its binary size in order to find ways to reduce its impact on programs that only minimally use backtraces over time. This change is mostly relevant to this crate's CI, and has been implemented by <a href="https://github.com/Kobzol"><code>`@​Kobzol</code></a>` and <a href="https://github.com/detly"><code>`@​detly</code></a>` over PRs <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/542">#542</a>, <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/544">#544</a>, <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/546">#546</a>, and <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/550">#550</a>!</p>
<h1>Platform-Specific Fixes</h1>
<p>As usual, the majority of PRs for this release only affect 1 or 2 platforms. Technically, even the binary-size tracking is only implemented to track binary size on <code>x86_64-unknown-linux-gnu</code>.</p>
<h2>fuchsia</h2>
<p>Backtraces for Fuchsia will now uses extended symbolization thanks to <a href="https://github.com/liudangyi"><code>`@​liudangyi</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/559">rust-lang/backtrace-rs#559</a></p>
<h2>unix (with <code>procfs</code>)</h2>
<p>Many Unix-y platforms support <code>/proc</code>, including Linux and FreeBSD, but not OpenBSD. For those which do, backtrace uses <code>/proc/self/maps</code> to assist in recovering the trace. We did not parse the output of <code>/proc/self/maps</code> in a way that accounted for the fact that it may have spaces in path names, but this was fixed thanks to <a href="https://github.com/MasonRemaley"><code>`@​MasonRemaley</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/553">rust-lang/backtrace-rs#553</a></p>
<h2>windows-msvc</h2>
<p>Some changes that should help binary size specifically on Windows MSVC targets, or at least compile times, have already been implemented, thanks to <a href="https://github.com/klensy"><code>`@​klensy</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/543">rust-lang/backtrace-rs#543</a> omitting compiling-in ELF backtrace capabilities. We don't have full binary size tracking for all major supported operating systems yet, so we believe this is worth 30KiB but that's more of an estimate than hard stats.</p>
<h1>Dependency Management</h1>
<ul>
<li>Update addr2line and object dependencies by <a href="https://github.com/philipc"><code>`@​philipc</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/557">rust-lang/backtrace-rs#557</a></li>
<li>Exclude ci directory from packaged crate by <a href="https://github.com/mulkieran"><code>`@​mulkieran</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/555">rust-lang/backtrace-rs#555</a></li>
<li>Enable calling build.rs directly from std/build.rs by <a href="https://github.com/pitaj"><code>`@​pitaj</code></a>` in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/556">rust-lang/backtrace-rs#556</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Kobzol"><code>`@​Kobzol</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/542">rust-lang/backtrace-rs#542</a></li>
<li><a href="https://github.com/detly"><code>`@​detly</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/550">rust-lang/backtrace-rs#550</a></li>
<li><a href="https://github.com/liudangyi"><code>`@​liudangyi</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/559">rust-lang/backtrace-rs#559</a></li>
<li><a href="https://github.com/MasonRemaley"><code>`@​MasonRemaley</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/553">rust-lang/backtrace-rs#553</a></li>
<li><a href="https://github.com/mulkieran"><code>`@​mulkieran</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/555">rust-lang/backtrace-rs#555</a></li>
<li><a href="https://github.com/pitaj"><code>`@​pitaj</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/556">rust-lang/backtrace-rs#556</a></li>
<li><a href="https://github.com/klensy"><code>`@​klensy</code></a>` made their first contribution in <a href="https://redirect.github.com/rust-lang/backtrace-rs/pull/543">rust-lang/backtrace-rs#543</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/backtrace-rs/compare/0.3.68...0.3.69">https://github.com/rust-lang/backtrace-rs/compare/0.3.68...0.3.69</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/99faef833f890fe89f1a959d89b951954118828b"><code>99faef8</code></a><code>rust-lang/backtrace-rs#560</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/b06f1395fce62f749d48558db59ce5b7e3362b84"><code>b06f139</code></a><code>rust-lang/backtrace-rs#543</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/56c215e92a8de2346084ed6415d3cc7937ce1b78"><code>56c215e</code></a> sync as-if-std crate</li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/b6d24cdeffd590c54b19ac678ec7679ee6960a18"><code>b6d24cd</code></a> gate gimli usage on windows with gnu</li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/8bb67c74a6c7a473ed60cacb69043de7a3032e5b"><code>8bb67c7</code></a> for windows-msvc targets, dont use miniz_oxide, addr2line, object, libc</li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/347972118810d7d4a32a2f5879d1a260fa68d344"><code>3479721</code></a><code>rust-lang/backtrace-rs#556</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/037356f09a4392dec129b835a42c3bde4067cadf"><code>037356f</code></a><code>rust-lang/backtrace-rs#555</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/d008d3999975817e7bb7b6f6c66ebfb0895cfc9c"><code>d008d39</code></a><code>rust-lang/backtrace-rs#553</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/40410b7c31618c5ee82501839f7744c379bb9642"><code>40410b7</code></a><code>rust-lang/backtrace-rs#557</code></li>
<li><a href="https://github.com/rust-lang/backtrace-rs/commit/2efc59165a7e99bf425b8bb60ccfe9a9e7f23e8b"><code>2efc591</code></a><code>rust-lang/backtrace-rs#559</code></li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/backtrace-rs/compare/0.3.68...0.3.69">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=backtrace&package-manager=cargo&previous-version=0.3.68&new-version=0.3.69)](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>

2818: build(deps): bump slab from 0.4.8 to 0.4.9 r=andreasots a=dependabot[bot]

Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.8 to 0.4.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/slab/releases">slab's releases</a>.</em></p>
<blockquote>
<h2>v0.4.9</h2>
<ul>
<li>Avoid reallocations in <code>Slab::clone_from</code> (<a href="https://redirect.github.com/tokio-rs/slab/issues/137">#137</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md">slab's changelog</a>.</em></p>
<blockquote>
<h1>0.4.9 (August 22, 2023)</h1>
<ul>
<li>Avoid reallocations in <code>Slab::clone_from</code> (<a href="https://redirect.github.com/tokio-rs/slab/issues/137">#137</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tokio-rs/slab/commit/b709dcf8f0884f2e041aa6a6cb4cf54200aa5491"><code>b709dcf</code></a> Release v0.4.9 (<a href="https://redirect.github.com/tokio-rs/slab/issues/139">#139</a>)</li>
<li><a href="https://github.com/tokio-rs/slab/commit/67e184f349e2f1783d003f1a308f2aacbf43a03c"><code>67e184f</code></a> Fix formatting (<a href="https://redirect.github.com/tokio-rs/slab/issues/138">#138</a>)</li>
<li><a href="https://github.com/tokio-rs/slab/commit/8718c40d6b37e2ef0de20d4b055492c29548db11"><code>8718c40</code></a> Make Slab::clone_from avoid reallocation (<a href="https://redirect.github.com/tokio-rs/slab/issues/137">#137</a>)</li>
<li><a href="https://github.com/tokio-rs/slab/commit/012088cdc01f18fd454b55d7d7226386e8fa953c"><code>012088c</code></a> Fix changelog year (<a href="https://redirect.github.com/tokio-rs/slab/issues/134">#134</a>)</li>
<li>See full diff in <a href="https://github.com/tokio-rs/slab/compare/v0.4.8...v0.4.9">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=slab&package-manager=cargo&previous-version=0.4.8&new-version=0.4.9)](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>

2820: build(deps): bump siphasher from 0.3.10 to 0.3.11 r=andreasots a=dependabot[bot]

Bumps [siphasher](https://github.com/jedisct1/rust-siphash) from 0.3.10 to 0.3.11.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/55ff379462517d8ec790bd9ce5382d2a1c364ee0"><code>55ff379</code></a> Update .gitignore</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/acc6986bfac7ed27c66743d02409027af7111ab8"><code>acc6986</code></a> Bump</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/da78da5eed41b6ca4f6df2f8fcbb8a0dadad59bc"><code>da78da5</code></a> Inline</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/07b760000b4916ead1040847177a1ca53bdb6611"><code>07b7600</code></a> Add a simple API, document caveats of hash::Hasher</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/2e4896cc7ca45ddba63301de73c377bdf9db1d50"><code>2e4896c</code></a> Revert &quot;Hasher::write_u*() are expected keep the native endianness&quot;</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/0159101113558bf74700cee42e18881ea3ea3e46"><code>0159101</code></a> The 'serde' feature is apparently just for serializing the state</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/0cefc423178e3dc163bb19139d07402c0e9edbab"><code>0cefc42</code></a> Format</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/750454ba4fcd486a1d39b12c00bdd8902c50bf87"><code>750454b</code></a> Document that the write_u*() functions are unsafe</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/7118362bc9e04f07874fe22c0829a985e15e8e85"><code>7118362</code></a> Add a userless test</li>
<li><a href="https://github.com/jedisct1/rust-siphash/commit/a8a6186023864a9b48c943d32ca9e97f5985577b"><code>a8a6186</code></a> Do not require serde to be present for tests</li>
<li>Additional commits viewable in <a href="https://github.com/jedisct1/rust-siphash/compare/0.3.10...0.3.11">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=siphasher&package-manager=cargo&previous-version=0.3.10&new-version=0.3.11)](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>

2823: build(deps): bump reqwest from 0.11.18 to 0.11.20 r=andreasots a=dependabot[bot]

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.20.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p>
<blockquote>
<h2>v0.11.20</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix <code>deflate</code> decompression back to using zlib, as outlined in the spec.</li>
</ul>
<h2>v0.11.19</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>ClientBuilder::http1_ignore_invalid_headers_in_responses()</code> option.</li>
<li>Add <code>ClientBuilder::http1_allow_spaces_after_header_name_in_responses()</code> option.</li>
<li>Add support for <code>ALL_PROXY</code> environment variable.</li>
<li>Add support for <code>use_preconfigured_tls</code> when combined with HTTP/3.</li>
<li>Fix <code>deflate</code> decompression from using the zlib decoder.</li>
<li>Fix <code>Response::{text, text_with_charset}()</code> to strip BOM characters.</li>
<li>Fix a panic when HTTP/3 is used if UDP isn't able to connect.</li>
<li>Fix some dependencies for HTTP/3.</li>
<li>Increase MSRV to 1.63.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/nyurik"><code>`@​nyurik</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1849">seanmonstar/reqwest#1849</a></li>
<li><a href="https://github.com/smndtrl"><code>`@​smndtrl</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1856">seanmonstar/reqwest#1856</a></li>
<li><a href="https://github.com/attila-lin"><code>`@​attila-lin</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1869">seanmonstar/reqwest#1869</a></li>
<li><a href="https://github.com/ollyswanson"><code>`@​ollyswanson</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1898">seanmonstar/reqwest#1898</a></li>
<li><a href="https://github.com/VivekPanyam"><code>`@​VivekPanyam</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1903">seanmonstar/reqwest#1903</a></li>
<li><a href="https://github.com/bouzuya"><code>`@​bouzuya</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1922">seanmonstar/reqwest#1922</a></li>
<li><a href="https://github.com/cipherbrain"><code>`@​cipherbrain</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1927">seanmonstar/reqwest#1927</a></li>
<li><a href="https://github.com/T-Sujeeban"><code>`@​T-Sujeeban</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1926">seanmonstar/reqwest#1926</a></li>
<li><a href="https://github.com/eric-seppanen"><code>`@​eric-seppanen</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1852">seanmonstar/reqwest#1852</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p>
<blockquote>
<h2>v0.11.20</h2>
<ul>
<li>Fix <code>deflate</code> decompression back to using zlib, as outlined in the spec.</li>
</ul>
<h2>v0.11.19</h2>
<ul>
<li>Add <code>ClientBuilder::http1_ignore_invalid_headers_in_responses()</code> option.</li>
<li>Add <code>ClientBuilder::http1_allow_spaces_after_header_name_in_responses()</code> option.</li>
<li>Add support for <code>ALL_PROXY</code> environment variable.</li>
<li>Add support for <code>use_preconfigured_tls</code> when combined with HTTP/3.</li>
<li>Fix <code>deflate</code> decompression from using the zlib decoder.</li>
<li>Fix <code>Response::{text, text_with_charset}()</code> to strip BOM characters.</li>
<li>Fix a panic when HTTP/3 is used if UDP isn't able to connect.</li>
<li>Fix some dependencies for HTTP/3.</li>
<li>Increase MSRV to 1.63.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/seanmonstar/reqwest/commit/a4e8ab694c639f889a110831041fdc93d924e504"><code>a4e8ab6</code></a> v0.11.20</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/84eb65032b34954d798c108a22eba6efaef451f1"><code>84eb650</code></a> Revert &quot;Fix deflate decompression (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1927">#1927</a>)&quot; (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1952">#1952</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/8b49fc95bc33956dcdf8ca822820fff0e0f7d3d1"><code>8b49fc9</code></a> v0.11.19</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/87ff5d9bf4af768908e39793563e6aa29f2ced41"><code>87ff5d9</code></a> improve error message if incompabitle Identity with selected backend (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1852">#1852</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/42f57b43cb08db10e1be67df95a39f666bbc4a1a"><code>42f57b4</code></a> Fix panic in building h3 client when udp is forbidden (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1945">#1945</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/4aa8516770eb96c66e753621660275e65e269213"><code>4aa8516</code></a> msrv: bump to 1.63 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1947">#1947</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/1f6c2cfcf9315a9721314171568a41beebf5b311"><code>1f6c2cf</code></a> Add <code>ClientBuilder::http1_allow_spaces_after_header_name_in_responses()</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1932">#1932</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/6f07b9fc6038b58d9ee5f724c021b02a71aa8995"><code>6f07b9f</code></a> Add <code>ClientBuilder::http1_ignore_invalid_headers_in_responses()</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1926">#1926</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/839623312f8359b173437fb01b1932f204449cca"><code>8396233</code></a> Fix deflate decompression (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1927">#1927</a>)</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/b0c07a21b162649f5eb9280f237ba13f60e46157"><code>b0c07a2</code></a> Bump rustls to v0.21.6 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1928">#1928</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.18...v0.11.20">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.11.18&new-version=0.11.20)](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>

2825: build(deps): bump encoding_rs from 0.8.32 to 0.8.33 r=andreasots a=dependabot[bot]

Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.32 to 0.8.33.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hsivonen/encoding_rs/commit/c19edf7f9e942f8a746b8c053a343bfef2387ca6"><code>c19edf7</code></a> Increment version number to 0.8.33.</li>
<li><a href="https://github.com/hsivonen/encoding_rs/commit/b30aebed8b98041f80bb8575d2fbb75b74f7ba33"><code>b30aebe</code></a> Update README for 0.8.33.</li>
<li><a href="https://github.com/hsivonen/encoding_rs/commit/def1a3570b7139a3dad5d700eab7a18e80912376"><code>def1a35</code></a> Use packed_simd 0.3.9</li>
<li>See full diff in <a href="https://github.com/hsivonen/encoding_rs/compare/v0.8.32...v0.8.33">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=encoding_rs&package-manager=cargo&previous-version=0.8.32&new-version=0.8.33)](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>

2831: build(deps): bump pin-project-lite from 0.2.12 to 0.2.13 r=andreasots a=dependabot[bot]

Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.12 to 0.2.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/taiki-e/pin-project-lite/releases">pin-project-lite's releases</a>.</em></p>
<blockquote>
<h2>0.2.13</h2>
<ul>
<li>Allow attributes in impl and method of <code>PinnedDrop</code> implementation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md">pin-project-lite's changelog</a>.</em></p>
<blockquote>
<h2>[0.2.13] - 2023-08-25</h2>
<ul>
<li>Allow attributes in impl and method of <code>PinnedDrop</code> implementation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/dc4b07a1fa1166131e64c02a487dd121e2eebebb"><code>dc4b07a</code></a> Release 0.2.13</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/0bba58661eabf40b2505090d6fad64c53bcfca65"><code>0bba586</code></a> Allow attributes in impl and method of PinnedDrop impl</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/901325a34cb123e44cb85f9abf85f61c0983d059"><code>901325a</code></a> Update cspell dictionary</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/40b7b119c8a34b5df10608c4a8683da14bc74e8f"><code>40b7b11</code></a> ci: Update MIRIFLAGS</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/fdadc0c4ab638dd71b46da95f3d1776e31e5c517"><code>fdadc0c</code></a> tidy: Check file permissions</li>
<li><a href="https://github.com/taiki-e/pin-project-lite/commit/37cd3901ca46cfabf9a2b3490e06e3cccd73ea8b"><code>37cd390</code></a> tools: Tweak script</li>
<li>See full diff in <a href="https://github.com/taiki-e/pin-project-lite/compare/v0.2.12...v0.2.13">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pin-project-lite&package-manager=cargo&previous-version=0.2.12&new-version=0.2.13)](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>

2832: build(deps): bump sea-query from 0.30.0 to 0.30.1 r=andreasots a=dependabot[bot]

Bumps [sea-query](https://github.com/SeaQL/sea-query) from 0.30.0 to 0.30.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/SeaQL/sea-query/releases">sea-query's releases</a>.</em></p>
<blockquote>
<h2>0.30.1</h2>
<h3>Versions</h3>
<ul>
<li><a href="https://crates.io/crates/sea-query-postgres/0.4.0"><code>sea-query-postgres</code>/<code>0.4.0</code></a></li>
<li><a href="https://crates.io/crates/sea-query-rusqlite/0.4.0"><code>sea-query-rusqlite</code>/<code>0.4.0</code></a></li>
</ul>
<h3>New Features</h3>
<ul>
<li>Added <code>Func::round</code> and <code>Func::round_with_precision</code> <a href="https://redirect.github.com/SeaQL/sea-query/pull/671">SeaQL/sea-query#671</a></li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Added some getters to <code>FunctionCall</code> <a href="https://redirect.github.com/SeaQL/sea-query/pull/677">SeaQL/sea-query#677</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed bytea literal syntax for Postgres <a href="https://redirect.github.com/SeaQL/sea-query/pull/666">SeaQL/sea-query#666</a></li>
<li>Fixed issues with semantics of parenthesis removal (backport)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/SeaQL/sea-query/blob/master/CHANGELOG.md">sea-query's changelog</a>.</em></p>
<blockquote>
<h2>0.30.1 - 2023-08-25</h2>
<h3>Versions</h3>
<ul>
<li><a href="https://crates.io/crates/sea-query-postgres/0.4.0"><code>sea-query-postgres</code>/<code>0.4.0</code></a></li>
<li><a href="https://crates.io/crates/sea-query-rusqlite/0.4.0"><code>sea-query-rusqlite</code>/<code>0.4.0</code></a></li>
</ul>
<h3>New Features</h3>
<ul>
<li>Added <code>Func::round</code> and <code>Func::round_with_precision</code> <a href="https://redirect.github.com/SeaQL/sea-query/pull/671">SeaQL/sea-query#671</a></li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Added some getters to <code>FunctionCall</code> <a href="https://redirect.github.com/SeaQL/sea-query/pull/677">SeaQL/sea-query#677</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fixed bytea literal syntax for Postgres <a href="https://redirect.github.com/SeaQL/sea-query/pull/666">SeaQL/sea-query#666</a></li>
<li>Fixed issues with semantics of parenthesis removal <a href="https://redirect.github.com/SeaQL/sea-query/pull/675">SeaQL/sea-query#675</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/SeaQL/sea-query/commit/6f8e0d18f5c9f79a9418214d314b9c091f94f092"><code>6f8e0d1</code></a> Changelog</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/556fc4b87bd17adfcfc0f9bd0af1160859682d37"><code>556fc4b</code></a> sea-query-postgres 0.4.0</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/7a8c1cf5a49cfbb6df1797e2ea2ba755358a5347"><code>7a8c1cf</code></a> sea-query-rusqlite 0.4.0</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/daf176c7da5c74c2ce51b2a6aa25e9f2971d1260"><code>daf176c</code></a> 0.30.1</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/ad74cbc484216fe3e53b5c29cc931a365ea44c52"><code>ad74cbc</code></a> Changelog</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/2ffac9066ed43ebb83d011c6a869bb810828f2b2"><code>2ffac90</code></a> Remove unused imports</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/401161c236a102fc29cb207b131cfd1762e498fc"><code>401161c</code></a> Backport <a href="https://redirect.github.com/SeaQL/sea-query/issues/675">#675</a></li>
<li><a href="https://github.com/SeaQL/sea-query/commit/1bfeaddb92e1fa87df2ae8bb11fc248f9ed47dc1"><code>1bfeadd</code></a> Tweaks</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/d4b848a056bc59a891d26193a6d4951c6692d8d6"><code>d4b848a</code></a> <a href="https://redirect.github.com/SeaQL/sea-query/issues/676">#676</a> Add getters to FunctionCall to make this information available when used...</li>
<li><a href="https://github.com/SeaQL/sea-query/commit/a784868fd7bdcd690529fcbb0874b2c4dbb18d16"><code>a784868</code></a> Changelog</li>
<li>Additional commits viewable in <a href="https://github.com/SeaQL/sea-query/compare/0.30.0...0.30.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sea-query&package-manager=cargo&previous-version=0.30.0&new-version=0.30.1)](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>

2855: build(deps): bump sqlformat from 0.2.1 to 0.2.2 r=andreasots a=dependabot[bot]

Bumps [sqlformat](https://github.com/shssoichiro/sqlformat-rs) from 0.2.1 to 0.2.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/shssoichiro/sqlformat-rs/blob/master/CHANGELOG.md">sqlformat's changelog</a>.</em></p>
<blockquote>
<h3>Version 0.2.2</h3>
<ul>
<li>Fix a performance issue where the tokenizer would run in O^2 time <a href="https://redirect.github.com/shssoichiro/sqlformat-rs/pull/24">#24</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/shssoichiro/sqlformat-rs/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlformat&package-manager=cargo&previous-version=0.2.1&new-version=0.2.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants