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 commands and options
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)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/541
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 9/18/2023
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/reqwest-0.11.20`
---
### 📝 Commits (1)
- [`5b5d214`](https://github.com/LGUG2Z/komorebi/commit/5b5d214361df1084cd9790503f13bf194a1ca41b) chore(deps): bump reqwest from 0.11.18 to 0.11.20
### 📊 Changes
**1 file changed** (+4 additions, -13 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+4 -13)
</details>
### 📄 Description
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.20.
<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.20</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix <code>deflate</code> decompression back to using zlib, as outlined in the spec.</li>
</ul>
<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.20</h2>
<ul>
<li>Fix <code>deflate</code> decompression back to using zlib, as outlined in the spec.</li>
</ul>
<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/a4e8ab694c639f889a110831041fdc93d924e504"><code>a4e8ab6</code></a> v0.11.20</li>
<li><a href="https://github.com/seanmonstar/reqwest/commit/84eb65032b34954d798c108a22eba6efaef451f1"><code>84eb650</code></a> Revert "Fix deflate decompression (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1927">#1927</a>)" (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1952">#1952</a>)</li>
<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>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.18...v0.11.20">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>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/541
Author: @dependabot[bot]
Created: 9/18/2023
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/reqwest-0.11.20📝 Commits (1)
5b5d214chore(deps): bump reqwest from 0.11.18 to 0.11.20📊 Changes
1 file changed (+4 additions, -13 deletions)
View changed files
📝
Cargo.lock(+4 -13)📄 Description
Bumps reqwest from 0.11.18 to 0.11.20.
Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
a4e8ab6v0.11.2084eb650Revert "Fix deflate decompression (#1927)" (#1952)8b49fc9v0.11.1987ff5d9improve error message if incompabitle Identity with selected backend (#1852)42f57b4Fix panic in building h3 client when udp is forbidden (#1945)4aa8516msrv: bump to 1.63 (#1947)1f6c2cfAddClientBuilder::http1_allow_spaces_after_header_name_in_responses()(#1932)6f07b9fAddClientBuilder::http1_ignore_invalid_headers_in_responses()(#1926)8396233Fix deflate decompression (#1927)b0c07a2Bump rustls to v0.21.6 (#1928)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.