[PR #559] [MERGED] chore(deps): bump reqwest from 0.11.18 to 0.11.22 #987

Closed
opened 2026-01-05 14:53:39 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/559
Author: @dependabot[bot]
Created: 10/9/2023
Status: Merged
Merged: 10/9/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/reqwest-0.11.22


📝 Commits (1)

  • 809917c chore(deps): bump reqwest from 0.11.18 to 0.11.22

📊 Changes

1 file changed (+29 additions, -6 deletions)

View changed files

📝 Cargo.lock (+29 -6)

📄 Description

Bumps reqwest from 0.11.18 to 0.11.22.

Release notes

Sourced from reqwest's releases.

v0.11.21

What's Changed

  • Add automatically detecting macOS proxy settings.
  • Add ClientBuilder::tls_info(bool), which will put tls::TlsInfo into the response extensions.
  • Fix trust-dns resolver from possible hangs.
  • Fix connect timeout to be split among multiple IP addresses.

New Contributors

v0.11.20

What's Changed

  • Fix deflate decompression back to using zlib, as outlined in the spec.

v0.11.19

What's Changed

  • Add ClientBuilder::http1_ignore_invalid_headers_in_responses() option.
  • Add ClientBuilder::http1_allow_spaces_after_header_name_in_responses() option.
  • Add support for ALL_PROXY environment variable.
  • Add support for use_preconfigured_tls when combined with HTTP/3.
  • Fix deflate decompression from using the zlib decoder.
  • Fix Response::{text, text_with_charset}() to strip BOM characters.
  • Fix a panic when HTTP/3 is used if UDP isn't able to connect.
  • Fix some dependencies for HTTP/3.
  • Increase MSRV to 1.63.

New Contributors

Changelog

Sourced from reqwest's changelog.

v0.11.22

  • Fix compilation on Windows when trust-dns is enabled.

v0.11.21

  • Add automatically detecting macOS proxy settings.
  • Add ClientBuilder::tls_info(bool), which will put tls::TlsInfo into the response extensions.
  • Fix trust-dns resolver from possible hangs.
  • Fix connect timeout to be split among multiple IP addresses.

v0.11.20

  • Fix deflate decompression back to using zlib, as outlined in the spec.

v0.11.19

  • Add ClientBuilder::http1_ignore_invalid_headers_in_responses() option.
  • Add ClientBuilder::http1_allow_spaces_after_header_name_in_responses() option.
  • Add support for ALL_PROXY environment variable.
  • Add support for use_preconfigured_tls when combined with HTTP/3.
  • Fix deflate decompression from using the zlib decoder.
  • Fix Response::{text, text_with_charset}() to strip BOM characters.
  • Fix a panic when HTTP/3 is used if UDP isn't able to connect.
  • Fix some dependencies for HTTP/3.
  • Increase MSRV to 1.63.
Commits

Dependabot compatibility score

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/559 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/9/2023 **Status:** ✅ Merged **Merged:** 10/9/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/reqwest-0.11.22` --- ### 📝 Commits (1) - [`809917c`](https://github.com/LGUG2Z/komorebi/commit/809917c617fe0c29e5cf876359019f5c90145be2) chore(deps): bump reqwest from 0.11.18 to 0.11.22 ### 📊 Changes **1 file changed** (+29 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+29 -6) </details> ### 📄 Description Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.18 to 0.11.22. <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.21</h2> <h2>What's Changed</h2> <ul> <li>Add automatically detecting macOS proxy settings.</li> <li>Add <code>ClientBuilder::tls_info(bool)</code>, which will put <code>tls::TlsInfo</code> into the response extensions.</li> <li>Fix trust-dns resolver from possible hangs.</li> <li>Fix connect timeout to be split among multiple IP addresses.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/SpeedReach"><code>@​SpeedReach</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1960">seanmonstar/reqwest#1960</a></li> <li><a href="https://github.com/jefflloyd"><code>@​jefflloyd</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1955">seanmonstar/reqwest#1955</a></li> <li><a href="https://github.com/droe"><code>@​droe</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1938">seanmonstar/reqwest#1938</a></li> <li><a href="https://github.com/conradludgate"><code>@​conradludgate</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1940">seanmonstar/reqwest#1940</a></li> </ul> <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.22</h2> <ul> <li>Fix compilation on Windows when <code>trust-dns</code> is enabled.</li> </ul> <h2>v0.11.21</h2> <ul> <li>Add automatically detecting macOS proxy settings.</li> <li>Add <code>ClientBuilder::tls_info(bool)</code>, which will put <code>tls::TlsInfo</code> into the response extensions.</li> <li>Fix trust-dns resolver from possible hangs.</li> <li>Fix connect timeout to be split among multiple IP addresses.</li> </ul> <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/5df3861a734ec91d6428026bf484d77794edb57a"><code>5df3861</code></a> v0.11.22</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/afc3a9364aae281012a81d2573ed29243c8eda03"><code>afc3a93</code></a> fix trust-dns error kind on windows (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1992">#1992</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/d050e604e100433eb5629a7e575de8811ee1d2c8"><code>d050e60</code></a> v0.11.21</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/2a881fb50489b21aa6c879eea0cb339755240fb5"><code>2a881fb</code></a> fix: split connect timeout for multiple IPs (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1940">#1940</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/17c893ffc0d3832d61cb1c0cf278340b7e95557e"><code>17c893f</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1968">#1968</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/10d9d23f8879257c64d5d061cdb5ebd86654ac80"><code>10d9d23</code></a> Add <code>tls_info</code> / <code>TlsInfo</code> for access to peer's leaf certificate (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1938">#1938</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/d3d95a5b560c5cf8d87e346455011b47ab24bd8a"><code>d3d95a5</code></a> Optimize <code>TrustDnsResolver</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1967">#1967</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/0292486abab25914c046b71ab6d6da24206614d3"><code>0292486</code></a> dep: Upgrade trust-dns-resolver from v0.22 to v0.23 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1965">#1965</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/70d100c1b81dc8856e7cfb7b31b682c2028ca877"><code>70d100c</code></a> Feature: auto detect MacOS proxy settings (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1955">#1955</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/34f6c70134fe6f8a32737f686aa12855a2a2a8f6"><code>34f6c70</code></a> Added wasm in the docs. (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1960">#1960</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.18...v0.11.22">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.22)](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>
adam added the pull-request label 2026-01-05 14:53:39 +01:00
adam closed this issue 2026-01-05 14:53:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#987