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.4 to 0.12.5 (#75)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.4 to 0.12.5. <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.5</h2> <h2>What's Changed</h2> <ul> <li>Add <code>http3</code> feature back, still requiring <code>reqwest_unstable</code>.</li> <li>Add <code>rustls-tls-no-provider</code> Cargo feature to use rustls without a crypto provider.</li> <li>Add <code>blocking::ClientBuilder::dns_resolver()</code> method to change DNS resolver in blocking client.</li> <li>Fix <code>Accept-Encoding</code> header combinations.</li> <li>Fix http3 resolving IPv6 addresses.</li> <li>Internal: upgrade to rustls 0.23.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bnjmnjrk"><code>@bnjmnjrk</code></a> made their first contribution in <a href="https://github.com/seanmonstar/reqwest/pull/2253">seanmonstar/reqwest#2253</a></li> <li><a href="https://github.com/d-e-s-o"><code>@d-e-s-o</code></a> made their first contribution in <a href="https://github.com/seanmonstar/reqwest/pull/2257">seanmonstar/reqwest#2257</a></li> <li><a href="https://github.com/mger1"><code>@mger1</code></a> made their first contribution in <a href="https://github.com/seanmonstar/reqwest/pull/2260">seanmonstar/reqwest#2260</a></li> <li><a href="https://github.com/nickguletskii"><code>@nickguletskii</code></a> made their first contribution in <a href="https://github.com/seanmonstar/reqwest/pull/2268">seanmonstar/reqwest#2268</a></li> <li><a href="https://github.com/lenstr"><code>@lenstr</code></a> made their first contribution in <a href="https://github.com/seanmonstar/reqwest/pull/2271">seanmonstar/reqwest#2271</a></li> <li><a href="https://github.com/torokati44"><code>@torokati44</code></a> made their first contribution in <a href="https://github.com/seanmonstar/reqwest/pull/2274">seanmonstar/reqwest#2274</a></li> <li><a href="https://github.com/jayvdb"><code>@jayvdb</code></a> made their first contribution in <a href="https://github.com/seanmonstar/reqwest/pull/2284">seanmonstar/reqwest#2284</a></li> <li><a href="https://github.com/adamaq01"><code>@adamaq01</code></a> made their first contribution in <a href="https://github.com/seanmonstar/reqwest/pull/2288">seanmonstar/reqwest#2288</a></li> <li><a href="https://github.com/asonix"><code>@asonix</code></a> made their first contribution in <a href="https://github.com/seanmonstar/reqwest/pull/2301">seanmonstar/reqwest#2301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5">https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5</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.5</h2> <ul> <li>Add <code>blocking::ClientBuilder::dns_resolver()</code> method to change DNS resolver in blocking client.</li> <li>Add <code>http3</code> feature back, still requiring <code>reqwest_unstable</code>.</li> <li>Add <code>rustls-tls-no-provider</code> Cargo feature to use rustls without a crypto provider.</li> <li>Fix <code>Accept-Encoding</code> header combinations.</li> <li>Fix http3 resolving IPv6 addresses.</li> <li>Internal: upgrade to rustls 0.23.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/29d4cff234b37065632512f002b9785700c51aa8"><code>29d4cff</code></a> v0.12.5</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/a7880d625726ec07edc5bd9d0368b86e0de17c86"><code>a7880d6</code></a> tests: fix http3 tests</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/c32d87723ee1a6ff501b69d027bd387369937e4f"><code>c32d877</code></a> tests: enable http3 content-length test</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ce3b30e1581d4b4e7e55a5551761f13381435d72"><code>ce3b30e</code></a> http3: send content-length if known</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/404df599c963e336b5419e4c8eec72ed5f18e4fc"><code>404df59</code></a> test: add http3 test server support</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e5ce0b5ea38d685dd07ecd6b1b456ca2b7c236e4"><code>e5ce0b5</code></a> fix: don't enable hyper-rustls/http2 unless http2 is already enabled</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ccb5e40a5d68c93dd696963bb7ca5b09ce116c81"><code>ccb5e40</code></a> Don't compile hyper-tls with native-roots unless rustls-tls-native-roots is e...</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/c56fbae99862763b4d834ca749ea2d1c6b8bb9ce"><code>c56fbae</code></a> tests: remove a proxy parse error check</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/8cc7cd4d35836085452051dc5be55e305f754923"><code>8cc7cd4</code></a> msrv: pin url</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/695bc0463726bb243e235f17c7f8833974835ec8"><code>695bc04</code></a> fix: http3 resolving ipv6 addresses (<a href="https://github.com/seanmonstar/reqwest/issues/2305">#2305</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5">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.4&new-version=0.12.5)](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