[PR #1486] [CLOSED] chore(deps): bump reqwest from 0.12.19 to 0.12.20 #1423

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1486
Author: @dependabot[bot]
Created: 6/16/2025
Status: Closed

Base: masterHead: dependabot/cargo/reqwest-0.12.20


📝 Commits (1)

  • eb3cbd3 chore(deps): bump reqwest from 0.12.19 to 0.12.20

📊 Changes

1 file changed (+2 additions, -4 deletions)

View changed files

📝 Cargo.lock (+2 -4)

📄 Description

Bumps reqwest from 0.12.19 to 0.12.20.

Release notes

Sourced from reqwest's releases.

v0.12.20

Highlights

  • Add ClientBuilder::tcp_user_timeout(Duration) option to set TCP_USER_TIMEOUT.
  • Fix proxy headers only using the first matched proxy.
  • (wasm) Fix re-adding Error::is_status().

What's Changed

New Contributors

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.19...v0.12.20

Changelog

Sourced from reqwest's changelog.

v0.12.20

  • Add ClientBuilder::tcp_user_timeout(Duration) option to set TCP_USER_TIMEOUT.
  • Fix proxy headers only using the first matched proxy.
  • (wasm) Fix re-adding Error::is_status().
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/1486 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/16/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/reqwest-0.12.20` --- ### 📝 Commits (1) - [`eb3cbd3`](https://github.com/LGUG2Z/komorebi/commit/eb3cbd3ddd24fca90501dc6aed765b9e0cf338b5) chore(deps): bump reqwest from 0.12.19 to 0.12.20 ### 📊 Changes **1 file changed** (+2 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -4) </details> ### 📄 Description Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.19 to 0.12.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.12.20</h2> <h2>Highlights</h2> <ul> <li>Add <code>ClientBuilder::tcp_user_timeout(Duration)</code> option to set <code>TCP_USER_TIMEOUT</code>.</li> <li>Fix proxy headers only using the first matched proxy.</li> <li>(wasm) Fix re-adding <code>Error::is_status()</code>.</li> </ul> <h2>What's Changed</h2> <ul> <li>fix(client): apply authorization header to first matching proxy only by <a href="https://github.com/0x676e67"><code>@​0x676e67</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2714">seanmonstar/reqwest#2714</a></li> <li>wasm: re-add Error::is_status() by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2720">seanmonstar/reqwest#2720</a></li> <li>properly match error variants in test by <a href="https://github.com/Ruben2424"><code>@​Ruben2424</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2721">seanmonstar/reqwest#2721</a></li> <li>refactor: reduce size of Pending request future by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2725">seanmonstar/reqwest#2725</a></li> <li>feat: add tcp_user_timeout builder option by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2724">seanmonstar/reqwest#2724</a></li> <li>refactor: use hyper-util Socks connectors by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2726">seanmonstar/reqwest#2726</a></li> <li>Remove some unused dependencies by <a href="https://github.com/DaniPopes"><code>@​DaniPopes</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2716">seanmonstar/reqwest#2716</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/DaniPopes"><code>@​DaniPopes</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2716">seanmonstar/reqwest#2716</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.19...v0.12.20">https://github.com/seanmonstar/reqwest/compare/v0.12.19...v0.12.20</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.20</h2> <ul> <li>Add <code>ClientBuilder::tcp_user_timeout(Duration)</code> option to set <code>TCP_USER_TIMEOUT</code>.</li> <li>Fix proxy headers only using the first matched proxy.</li> <li>(wasm) Fix re-adding <code>Error::is_status()</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/099ae80e8755c3775118610e4bd930c739845bc1"><code>099ae80</code></a> v0.12.20</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/4bccf4106021de06208f466b1818d02171358b56"><code>4bccf41</code></a> chore: remove some unused dependencies (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2716">#2716</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/92487709d6f6a2010b84d0fbbd3a2dded0b341f3"><code>9248770</code></a> refactor: use hyper-util Socks connectors (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2726">#2726</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/334837c1ff0bb01df19c69abc6a16ac4c70cb9f5"><code>334837c</code></a> feat: add tcp_user_timeout builder option (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2724">#2724</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/13487fb60253253e309442671c390682e2d1df18"><code>13487fb</code></a> refactor: reduce size of Pending request future (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2725">#2725</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/a26879dfef4dda890863b330af91b45c0e4b509d"><code>a26879d</code></a> tests: properly match http3 error variants (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2721">#2721</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/65102c99abe055e0f6b405308a0772d09720fb6f"><code>65102c9</code></a> wasm: re-add Error::is_status() (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2720">#2720</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/f94c5cd55634779f481c2441e75219225e3d455d"><code>f94c5cd</code></a> fix(proxy): apply headers to first matching proxy only (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2714">#2714</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.19...v0.12.20">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.19&new-version=0.12.20)](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:55:14 +01:00
adam closed this issue 2026-01-05 14:55:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1423