Skip to content

Commit

Permalink
Bump reqwest from 0.11.27 to 0.12.5 (#10)
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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>
<h2>v0.12.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>zstd</code> support, enabled with <code>zstd</code> Cargo
feature (thanks <a
href="https://github.com/paolobarbolini"><code>@​paolobarbolini</code></a>!)</li>
<li>Add <code>ClientBuilder::read_timeout(Duration)</code>, which
applies the duration for each read operation. The timeout resets after a
successful read.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/SamuelMarks"><code>@​SamuelMarks</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2245">seanmonstar/reqwest#2245</a></li>
</ul>
<h2>v0.12.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>FromStr</code> for <code>dns::Name</code>.</li>
<li>Add <code>ClientBuilder::built_in_webpki_certs(bool)</code> to
enable them separately.</li>
<li>Add <code>ClientBuilder::built_in_native_certs(bool)</code> to
enable them separately.</li>
<li>Fix sending <code>content-length: 0</code> for GET requests.</li>
<li>Fix response body <code>content_length()</code> to return value when
timeout is configured.</li>
<li>Fix <code>ClientBuilder::resolve()</code> to use lowercase domain
names.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/zuisong"><code>@​zuisong</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2207">seanmonstar/reqwest#2207</a></li>
<li><a href="https://github.com/djc"><code>@​djc</code></a> made their
first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2222">seanmonstar/reqwest#2222</a></li>
<li><a href="https://github.com/krant"><code>@​krant</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2226">seanmonstar/reqwest#2226</a></li>
<li><a
href="https://github.com/Kriskras99"><code>@​Kriskras99</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2236">seanmonstar/reqwest#2236</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.2...v0.12.3">https://github.com/seanmonstar/reqwest/compare/v0.12.2...v0.12.3</a></p>
<h2>v0.12.2</h2>
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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>
<h2>v0.12.4</h2>
<ul>
<li>Add <code>zstd</code> support, enabled with <code>zstd</code> Cargo
feature.</li>
<li>Add <code>ClientBuilder::read_timeout(Duration)</code>, which
applies the duration for each read operation. The timeout resets after a
successful read.</li>
</ul>
<h2>v0.12.3</h2>
<ul>
<li>Add <code>FromStr</code> for <code>dns::Name</code>.</li>
<li>Add <code>ClientBuilder::built_in_webpki_certs(bool)</code> to
enable them separately.</li>
<li>Add <code>ClientBuilder::built_in_native_certs(bool)</code> to
enable them separately.</li>
<li>Fix sending <code>content-length: 0</code> for GET requests.</li>
<li>Fix response body <code>content_length()</code> to return value when
timeout is configured.</li>
<li>Fix <code>ClientBuilder::resolve()</code> to use lowercase domain
names.</li>
</ul>
<h2>v0.12.2</h2>
<ul>
<li>Fix missing ALPN when connecting to socks5 proxy with rustls.</li>
<li>Fix TLS version limits with rustls.</li>
<li>Fix not detected ALPN h2 from server with native-tls.</li>
</ul>
<h2>v0.12.1</h2>
<ul>
<li>Fix <code>ClientBuilder::interface()</code> when no TLS is
enabled.</li>
<li>Fix <code>TlsInfo::peer_certificate()</code> being truncated with
rustls.</li>
<li>Fix panic if <code>http2</code> feature disabled but TLS negotiated
h2 in ALPN.</li>
<li>Fix <code>Display</code> for <code>Error</code> to not include its
source error.</li>
</ul>
<h1>v0.12.0</h1>
<ul>
<li>Upgrade to <code>hyper</code>, <code>http</code>, and
<code>http-body</code> v1.</li>
<li>Add better support for converting to and from
<code>http::Request</code> and <code>http::Response</code>.</li>
<li>Add <code>http2</code> optional cargo feature, default on.</li>
<li>Add <code>charset</code> optional cargo feature, default on.</li>
<li>Add <code>macos-system-configuration</code> cargo feature, default
on.</li>
<li>Change all optional dependencies to no longer be exposed as implicit
features.</li>
<li>Add <code>ClientBuilder::interface(str)</code> to specify the local
interface to bind to.</li>
<li>Experimental: disables the <code>http3</code> feature
temporarily.</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://redirect.github.com/seanmonstar/reqwest/issues/2305">#2305</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.11.27...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.11.27&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>
  • Loading branch information
mergify[bot] authored Jul 27, 2024
2 parents 4d617a1 + 4bf7530 commit 9142252
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 33 deletions.
Loading

0 comments on commit 9142252

Please sign in to comment.