[PR #20] [MERGED] build(deps): bump reqwest from 0.11.27 to 0.12.20 #20

Closed
opened 2026-05-06 16:08:15 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/ntfy_alerts/pull/20
Author: @dependabot[bot]
Created: 6/16/2025
Status: Merged
Merged: 6/16/2025
Merged by: @BreizhHardware

Base: devHead: dependabot/cargo/dev/reqwest-0.12.20


📝 Commits (1)

  • b22351e build(deps): bump reqwest from 0.11.27 to 0.12.20

📊 Changes

2 files changed (+295 additions, -127 deletions)

View changed files

📝 Cargo.lock (+294 -126)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps reqwest from 0.11.27 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

v0.12.19

What's Changed

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

v0.12.18

What's Changed

  • Fix compilation when socks enabled without TLS.

v0.12.17

What's Changed

v0.12.16

Highlights

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.

... (truncated)

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().

v0.12.19

  • Fix redirect that changes the method to GET should remove payload headers.
  • Fix redirect to only check the next scheme if the policy action is to follow.
  • (wasm) Fix compilation error if cookies feature is enabled (by the way, it's a noop feature in wasm).

v0.12.18

  • Fix compilation when socks enabled without TLS.

v0.12.17

  • Fix compilation on macOS.

v0.12.16

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().

v0.12.15

  • Fix Windows to support both ProxyOverride and NO_PROXY.
  • Fix http3 to support streaming response bodies.
  • Fix http3 dependency from public API misuse.

v0.12.14

  • Fix missing fetch_mode_no_cors(), marking as deprecated when not on WASM.

v0.12.13

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.

... (truncated)

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/BreizhHardware/ntfy_alerts/pull/20 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/16/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `dev` ← **Head:** `dependabot/cargo/dev/reqwest-0.12.20` --- ### 📝 Commits (1) - [`b22351e`](https://github.com/BreizhHardware/ntfy_alerts/commit/b22351e77e4f27a14370d2fcf48ae0e1b95ce45a) build(deps): bump reqwest from 0.11.27 to 0.12.20 ### 📊 Changes **2 files changed** (+295 additions, -127 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+294 -126) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 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> <h2>v0.12.19</h2> <h2>What's Changed</h2> <ul> <li>refactor: report custom reason phrase in error message by <a href="https://github.com/chanbengz"><code>@​chanbengz</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2697">seanmonstar/reqwest#2697</a></li> <li>fix: only check scheme after Policy return <code>follow</code> by <a href="https://github.com/linyihai"><code>@​linyihai</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2710">seanmonstar/reqwest#2710</a></li> <li>ci: check cookies feature on wasm target by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2711">seanmonstar/reqwest#2711</a></li> <li>fix(redirect): Using <code>tower-http</code> patch to fix invalid <code>content-length</code> header by <a href="https://github.com/linyihai"><code>@​linyihai</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2709">seanmonstar/reqwest#2709</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.18...v0.12.19">https://github.com/seanmonstar/reqwest/compare/v0.12.18...v0.12.19</a></p> <h2>v0.12.18</h2> <h2>What's Changed</h2> <ul> <li>Fix compilation when <code>socks</code> enabled without TLS.</li> </ul> <h2>v0.12.17</h2> <h2>What's Changed</h2> <ul> <li>build: Fix compilation issues on macOS by <a href="https://github.com/0x676e67"><code>@​0x676e67</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2696">seanmonstar/reqwest#2696</a></li> </ul> <h2>v0.12.16</h2> <h2>Highlights</h2> <ul> <li>Add <code>ClientBuilder::http3_congestion_bbr()</code> to enable BBR congestion control.</li> <li>Add <code>ClientBuilder::http3_send_grease()</code> to configure whether to send use QUIC grease.</li> <li>Add <code>ClientBuilder::http3_max_field_section_size()</code> to configure the maximum response headers.</li> <li>Add <code>ClientBuilder::tcp_keepalive_interval()</code> to configure TCP probe interval.</li> <li>Add <code>ClientBuilder::tcp_keepalive_retries()</code> to configure TCP probe count.</li> <li>Add <code>Proxy::headers()</code> to add extra headers that should be sent to a proxy.</li> <li>Fix <code>redirect::Policy::limit()</code> which had an off-by-1 error, allowing 1 more redirect than specified.</li> </ul> <!-- 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.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> <h2>v0.12.19</h2> <ul> <li>Fix redirect that changes the method to GET should remove payload headers.</li> <li>Fix redirect to only check the next scheme if the policy action is to follow.</li> <li>(wasm) Fix compilation error if <code>cookies</code> feature is enabled (by the way, it's a noop feature in wasm).</li> </ul> <h2>v0.12.18</h2> <ul> <li>Fix compilation when <code>socks</code> enabled without TLS.</li> </ul> <h2>v0.12.17</h2> <ul> <li>Fix compilation on macOS.</li> </ul> <h2>v0.12.16</h2> <ul> <li>Add <code>ClientBuilder::http3_congestion_bbr()</code> to enable BBR congestion control.</li> <li>Add <code>ClientBuilder::http3_send_grease()</code> to configure whether to send use QUIC grease.</li> <li>Add <code>ClientBuilder::http3_max_field_section_size()</code> to configure the maximum response headers.</li> <li>Add <code>ClientBuilder::tcp_keepalive_interval()</code> to configure TCP probe interval.</li> <li>Add <code>ClientBuilder::tcp_keepalive_retries()</code> to configure TCP probe count.</li> <li>Add <code>Proxy::headers()</code> to add extra headers that should be sent to a proxy.</li> <li>Fix <code>redirect::Policy::limit()</code> which had an off-by-1 error, allowing 1 more redirect than specified.</li> <li>Fix HTTP/3 to support streaming request bodies.</li> <li>(wasm) Fix null bodies when calling <code>Response::bytes_stream()</code>.</li> </ul> <h2>v0.12.15</h2> <ul> <li>Fix Windows to support both <code>ProxyOverride</code> and <code>NO_PROXY</code>.</li> <li>Fix http3 to support streaming response bodies.</li> <li>Fix http3 dependency from public API misuse.</li> </ul> <h2>v0.12.14</h2> <ul> <li>Fix missing <code>fetch_mode_no_cors()</code>, marking as deprecated when not on WASM.</li> </ul> <h2>v0.12.13</h2> <ul> <li>Add <code>Form::into_reader()</code> for blocking <code>multipart</code> forms.</li> <li>Add <code>Form::into_stream()</code> for async <code>multipart</code> forms.</li> <li>Add support for SOCKS4a proxies.</li> <li>Fix decoding responses with multiple zstd frames.</li> <li>Fix <code>RequestBuilder::form()</code> from overwriting a previously set <code>Content-Type</code> header, like the other builder methods.</li> <li>Fix cloning of request timeout in <code>blocking::Request</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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><a href="https://github.com/seanmonstar/reqwest/commit/8cf142bd1f1722a1728a89af21747260bb993294"><code>8cf142b</code></a> v0.12.19</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/35b6c837cd957d935b83116ac7171274d960167a"><code>35b6c83</code></a> fix(redirect): Using <code>tower-http</code> patch to fix invalid <code>content-length</code> heade...</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.27...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.11.27&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>
BreizhHardware 2026-05-06 16:08:15 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/ntfy_alerts#20
No description provided.