Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump reqwest from 0.11.18 to 0.11.19 (#249)
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to
0.11.19.
<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.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.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/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><a
href="https://github.com/seanmonstar/reqwest/commit/99bbae6eb228923d090ac5f5923e030bd5636c54"><code>99bbae6</code></a>
Bump webpki-roots to v0.25 (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/1922">#1922</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/61b1b2b5e6dace3733cdba291801378dd974386a"><code>61b1b2b</code></a>
Bump wasm-streams dependency to 0.3 (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/1903">#1903</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.11.18...v0.11.19">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.19)](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
dependabot[bot] authored Aug 21, 2023
1 parent df3ad24 commit 394225f
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 394225f

Please sign in to comment.