-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 77a1855
authored
chore(deps): Bump reqwest from 0.12.9 to 0.12.12 (#772)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.9 to
0.12.12.
<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.12.12</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: remove tower as dependency for wasm32-unknown-unknown by <a
href="https://github.com/jlizen"><code>@jlizen</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2510">seanmonstar/reqwest#2510</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.11...v0.12.12">https://github.com/seanmonstar/reqwest/compare/v0.12.11...v0.12.12</a></p>
<h2>v0.12.11</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix decompression returning an error when HTTP/2 ends with an empty
data frame by <a
href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2508">seanmonstar/reqwest#2508</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.10...v0.12.11">https://github.com/seanmonstar/reqwest/compare/v0.12.10...v0.12.11</a></p>
<h2>v0.12.10</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>ClientBuilder::connector_layer()</code> to allow
customizing the connector stack. by <a
href="https://github.com/jlizen"><code>@jlizen</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2496">seanmonstar/reqwest#2496</a></li>
<li>Add <code>ClientBuilder::http2_max_header_list_size()</code> option
by <a href="https://github.com/DSharifi"><code>@DSharifi</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2465">seanmonstar/reqwest#2465</a></li>
<li>Fix decompression of chunked bodies so the connections can be reused
more often by <a
href="https://github.com/Andrey36652"><code>@Andrey36652</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2484">seanmonstar/reqwest#2484</a></li>
<li>Fix propagating body size hint (<code>content-length</code>)
information when wrapping bodies by <a
href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2503">seanmonstar/reqwest#2503</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/DSharifi"><code>@DSharifi</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2465">seanmonstar/reqwest#2465</a></li>
<li><a
href="https://github.com/gretchenfrage"><code>@gretchenfrage</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2464">seanmonstar/reqwest#2464</a></li>
<li><a href="https://github.com/hsivonen"><code>@hsivonen</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2470">seanmonstar/reqwest#2470</a></li>
<li><a href="https://github.com/ovnicraft"><code>@ovnicraft</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2469">seanmonstar/reqwest#2469</a></li>
<li><a href="https://github.com/Nuhvi"><code>@Nuhvi</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2473">seanmonstar/reqwest#2473</a></li>
<li><a href="https://github.com/caojen"><code>@caojen</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2488">seanmonstar/reqwest#2488</a></li>
<li><a
href="https://github.com/Andrey36652"><code>@Andrey36652</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2484">seanmonstar/reqwest#2484</a></li>
<li><a href="https://github.com/jlizen"><code>@jlizen</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2499">seanmonstar/reqwest#2499</a></li>
</ul>
<h2>Thanks</h2>
<ul>
<li><a
href="https://github.com/seanmonstar"><code>@seanmonstar</code></a></li>
<li><a href="https://github.com/nyurik"><code>@nyurik</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.10">https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.10</a></p>
</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.12.12</h2>
<ul>
<li>(wasm) Fix compilation by not compiler <code>tokio/time</code> on
WASM.</li>
</ul>
<h2>v0.12.11</h2>
<ul>
<li>Fix decompression returning an error when HTTP/2 ends with an empty
data frame.</li>
</ul>
<h2>v0.12.10</h2>
<ul>
<li>Add <code>ClientBuilder::connector_layer()</code> to allow
customizing the connector stack.</li>
<li>Add <code>ClientBuilder::http2_max_header_list_size()</code>
option.</li>
<li>Fix propagating body size hint (<code>content-length</code>)
information when wrapping bodies.</li>
<li>Fix decompression of chunked bodies so the connections can be reused
more often.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/8b8fdd2552ad645c7e9dd494930b3e95e2aedef2"><code>8b8fdd2</code></a>
v0.12.12</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/1ef87032c8c5666dabec1061429e67d153db4ab1"><code>1ef8703</code></a>
(wasm) fix: remove tower as dependency for wasm32-unknown-unknown (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2510">#2510</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/224f0b89d8cd7b653f9fadf967bafd3d082211dc"><code>224f0b8</code></a>
v0.12.11</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/beea3320c4da59149bb46b6a118b500e6eb1ee5e"><code>beea332</code></a>
fix decoding extra empty frame (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2508">#2508</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/177cc7f8d93177bd1cbe9a687237928f884f18c8"><code>177cc7f</code></a>
cleanup: typo fix</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/409cff3cf72ceba1c63268ccba5b7ed33014abcd"><code>409cff3</code></a>
v0.12.10</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/ea48da723c17380a7d9cdf791248cd3a196c005a"><code>ea48da7</code></a>
docs: fix a few spelling issues (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2478">#2478</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/3ce98b5f2288637e22dad98e881c210246567021"><code>3ce98b5</code></a>
fix: propagate Body::size_hint when wrapping bodies (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2503">#2503</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/44ca5ee864ebff81e987263de74be7002fc6b353"><code>44ca5ee</code></a>
remove Clone from connect::Unnameable for now (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2502">#2502</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/2a7c1b61e0693f8b9924e2e89257aa131a30ee83"><code>2a7c1b6</code></a>
feat: allow pluggable tower layers in connector service stack (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2496">#2496</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.12">compare
view</a></li>
</ul>
</details>
<br />
[](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 7fd4a37 commit 77a1855Copy full SHA for 77a1855
Expand file treeCollapse file tree
1 file changed
+24
-8
lines changed+24-8Lines changed: 24 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments