Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump reqwest from 0.12.5 to 0.12.7 (#146)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.5 to 0.12.7. <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.7</h2> <h2>What's Changed</h2> <ul> <li>Revert adding <code>impl Service<http::Request<_>></code> for <code>Client</code>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.6...v0.12.7">https://github.com/seanmonstar/reqwest/compare/v0.12.6...v0.12.7</a></p> <h2>v0.12.6</h2> <h2>What's Changed</h2> <ul> <li>Add support for <code>danger_accept_invalid_hostnames</code> for <code>rustls</code>.</li> <li>Add <code>impl Service<http::Request<Body>></code> for <code>Client</code> and <code>&'_ Client</code>.</li> <li>Add support for <code>!Sync</code> bodies in <code>Body::wrap_stream()</code>.</li> <li>Enable happy eyeballs when <code>hickory-dns</code> is used.</li> <li>Fix <code>Proxy</code> so that <code>HTTP(S)_PROXY</code> values take precendence over <code>ALL_PROXY</code>.</li> <li>Fix <code>blocking::RequestBuilder::header()</code> from unsetting <code>sensitive</code> on passed header values.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/schopin-pro"><code>@schopin-pro</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2341">seanmonstar/reqwest#2341</a></li> <li><a href="https://github.com/Ten0"><code>@Ten0</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2353">seanmonstar/reqwest#2353</a></li> <li><a href="https://github.com/thalesfragoso"><code>@thalesfragoso</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2249">seanmonstar/reqwest#2249</a></li> <li><a href="https://github.com/nipunn1313"><code>@nipunn1313</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2361">seanmonstar/reqwest#2361</a></li> <li><a href="https://github.com/Threated"><code>@Threated</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2370">seanmonstar/reqwest#2370</a></li> <li><a href="https://github.com/FlowerCode"><code>@FlowerCode</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2380">seanmonstar/reqwest#2380</a></li> <li><a href="https://github.com/zeling"><code>@zeling</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2378">seanmonstar/reqwest#2378</a></li> <li><a href="https://github.com/murongshaozong"><code>@murongshaozong</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2385">seanmonstar/reqwest#2385</a></li> <li><a href="https://github.com/camio"><code>@camio</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2388">seanmonstar/reqwest#2388</a></li> <li><a href="https://github.com/alekseysidorov"><code>@alekseysidorov</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2356">seanmonstar/reqwest#2356</a></li> </ul> <h2>Thanks again</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.5...v0.12.6">https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.6</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.7</h2> <ul> <li>Revert adding <code>impl Service<http::Request<_>></code> for <code>Client</code>.</li> </ul> <h2>v0.12.6</h2> <ul> <li>Add support for <code>danger_accept_invalid_hostnames</code> for <code>rustls</code>.</li> <li>Add <code>impl Service<http::Request<Body>></code> for <code>Client</code> and <code>&'_ Client</code>.</li> <li>Add support for <code>!Sync</code> bodies in <code>Body::wrap_stream()</code>.</li> <li>Enable happy eyeballs when <code>hickory-dns</code> is used.</li> <li>Fix <code>Proxy</code> so that <code>HTTP(S)_PROXY</code> values take precendence over <code>ALL_PROXY</code>.</li> <li>Fix <code>blocking::RequestBuilder::header()</code> from unsetting <code>sensitive</code> on passed header values.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/88bd9be6df0ad19957f88f6a1ab5592917f4f9ca"><code>88bd9be</code></a> v0.12.7</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/68127f0425e510d2319f4fc22f97f84e5612e63d"><code>68127f0</code></a> Revert "feat: Add <code>impl Service\<http::Request<Body>></code> for <code>Client</code> and `&'_ C...</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/b2a28f5ec370aa02a16ce12430172344c67aed0f"><code>b2a28f5</code></a> v0.12.6</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/522216e890ccb13c43fb0d92af9598b3bedaaec5"><code>522216e</code></a> feat: Add <code>impl Service\<http::Request<Body>></code> for <code>Client</code> and <code>&'_ Client</code> (...</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/646b1f80842fb513c31ad3d78374b13932c721c4"><code>646b1f8</code></a> chore: update macOS system-configuration dep (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2368">#2368</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/85dd6dad826449a92975ccbb815b9aaebfede310"><code>85dd6da</code></a> dns: improve error message for hickory-dns and warn in docs (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2389">#2389</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/bfd31beb1c3c06a047fea933243513945620983a"><code>bfd31be</code></a> docs: Improve RequestBuilder::multipart's documentation (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2388">#2388</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/8c7f338507e89279b15e051a00c68124e5f1e353"><code>8c7f338</code></a> chore: bump dev-dependency libflate (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2382">#2382</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/dddf87734018ddad8c9bc084b5ff351bb31ea9c0"><code>dddf877</code></a> chore: bump h3 dependency</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/a53c944b24f690adc74d5f09ab47a2e6efe1ca52"><code>a53c944</code></a> chore: fix some comments</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.7">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.12.5&new-version=0.12.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information