[PR #1359] [MERGED] chore(deps): bump reqwest from 0.12.12 to 0.12.14 #1351

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1359
Author: @dependabot[bot]
Created: 3/17/2025
Status: Merged
Merged: 3/18/2025
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/reqwest-0.12.14


📝 Commits (1)

  • 3825383 chore(deps): bump reqwest from 0.12.12 to 0.12.14

📊 Changes

1 file changed (+72 additions, -8 deletions)

View changed files

📝 Cargo.lock (+72 -8)

📄 Description

Bumps reqwest from 0.12.12 to 0.12.14.

Release notes

Sourced from reqwest's releases.

v0.12.14

What's Changed

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14

v0.12.13

What's Changed

  • 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.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.

New Contributors

Thanks!

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.12...v0.12.13

Changelog

Sourced from reqwest's changelog.

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.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.
Commits
  • cf50f11 v0.12.14
  • f63c631 re-add fetch_mode_no_cors shim when not in wasm, but deprecated (#2598)
  • e44e371 v0.12.13
  • e83e138 Added osv-scanner.toml file to ignore npm packages in wasm examples during vu...
  • 7e85d2f ci: pin once-cell in msrv job (#2594)
  • c4a9fb0 test HTTP connection reuse with new zstd fix (#2587)
  • 6f9d0ee fix: support HTTP responses containing multiple ZSTD frames (#2583)
  • 44ac897 perf(decoder): compile-time validation of decoder header value (#2580)
  • 0bcba46 chore: remove empty wasm shell function (#2573)
  • 00b15b9 fix using Windows ProxyOverride registry value as a NO_PROXY (#2559)
  • Additional commits viewable in compare view

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/1359 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/reqwest-0.12.14` --- ### 📝 Commits (1) - [`3825383`](https://github.com/LGUG2Z/komorebi/commit/3825383eed27a6f67fdf94e66d10c3b5941c7cc4) chore(deps): bump reqwest from 0.12.12 to 0.12.14 ### 📊 Changes **1 file changed** (+72 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+72 -8) </details> ### 📄 Description Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.12 to 0.12.14. <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.14</h2> <h2>What's Changed</h2> <ul> <li>re-add fetch_mode_no_cors shim when not in wasm, but deprecated by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2598">seanmonstar/reqwest#2598</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14">https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14</a></p> <h2>v0.12.13</h2> <h2>What's Changed</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> <li>Fix http3 synchronization of connection creation, reducing unneccesary extra connections.</li> <li>Fix Windows system proxy to use <code>ProxyOverride</code> as a <code>NO_PROXY</code> value.</li> <li>Fix blocking read to correctly reserve and zero read buffer.</li> <li>(wasm) Add support for request timeouts.</li> <li>(wasm) Fix <code>Error::is_timeout()</code> to return true when from a request timeout.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/obi1kenobi"><code>@​obi1kenobi</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2524">seanmonstar/reqwest#2524</a></li> <li><a href="https://github.com/decathorpe"><code>@​decathorpe</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2529">seanmonstar/reqwest#2529</a></li> <li><a href="https://github.com/flisky"><code>@​flisky</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1760">seanmonstar/reqwest#1760</a></li> <li><a href="https://github.com/0x676e67"><code>@​0x676e67</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2527">seanmonstar/reqwest#2527</a></li> <li><a href="https://github.com/maximevtush"><code>@​maximevtush</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2534">seanmonstar/reqwest#2534</a></li> <li><a href="https://github.com/Property404"><code>@​Property404</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2554">seanmonstar/reqwest#2554</a></li> <li><a href="https://github.com/G1gg1L3s"><code>@​G1gg1L3s</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2544">seanmonstar/reqwest#2544</a></li> <li><a href="https://github.com/coastalwhite"><code>@​coastalwhite</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2562">seanmonstar/reqwest#2562</a></li> <li><a href="https://github.com/Fizcko"><code>@​Fizcko</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2559">seanmonstar/reqwest#2559</a></li> <li><a href="https://github.com/markussilvan"><code>@​markussilvan</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2573">seanmonstar/reqwest#2573</a></li> <li><a href="https://github.com/aunovis-heidrich"><code>@​aunovis-heidrich</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2593">seanmonstar/reqwest#2593</a></li> </ul> <h2>Thanks!</h2> <ul> <li><a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a></li> <li><a href="https://github.com/paolobarbolini"><code>@​paolobarbolini</code></a></li> <li><a href="https://github.com/Nuhvi"><code>@​Nuhvi</code></a></li> <li><a href="https://github.com/Andrey36652"><code>@​Andrey36652</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.12...v0.12.13">https://github.com/seanmonstar/reqwest/compare/v0.12.12...v0.12.13</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/v0.12.14/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <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> <li>Fix http3 synchronization of connection creation, reducing unneccesary extra connections.</li> <li>Fix Windows system proxy to use <code>ProxyOverride</code> as a <code>NO_PROXY</code> value.</li> <li>Fix blocking read to correctly reserve and zero read buffer.</li> <li>(wasm) Add support for request timeouts.</li> <li>(wasm) Fix <code>Error::is_timeout()</code> to return true when from a request timeout.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/cf50f114b5151ff39458e2cb16a8fb741891ecc8"><code>cf50f11</code></a> v0.12.14</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/f63c6315911154de8b96b79012ce8e266e47dba6"><code>f63c631</code></a> re-add fetch_mode_no_cors shim when not in wasm, but deprecated (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2598">#2598</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e44e37130538cc2d3c95ffee1215b4db3d71b025"><code>e44e371</code></a> v0.12.13</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e83e138af520e314e480a37f7dd93fa0e3650eb4"><code>e83e138</code></a> Added osv-scanner.toml file to ignore npm packages in wasm examples during vu...</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/7e85d2f974cf32702bf6decd8f7a56bc3fc0d707"><code>7e85d2f</code></a> ci: pin once-cell in msrv job (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2594">#2594</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/c4a9fb060fb518f0053b98f78c7583071a760cf4"><code>c4a9fb0</code></a> test HTTP connection reuse with new zstd fix (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2587">#2587</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/6f9d0eeb7cabfbcf43956b5d2b249b68f982b9fb"><code>6f9d0ee</code></a> fix: support HTTP responses containing multiple ZSTD frames (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2583">#2583</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/44ac897f1ab35ba24a195927043d185d5cbb6912"><code>44ac897</code></a> perf(decoder): compile-time validation of decoder header value (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2580">#2580</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/0bcba46eb804bcc22a059e9098468c7d7532fcd2"><code>0bcba46</code></a> chore: remove empty wasm shell function (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2573">#2573</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/00b15b9a893d350388af513179e1a973dfa26f85"><code>00b15b9</code></a> fix using Windows ProxyOverride registry value as a NO_PROXY (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2559">#2559</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.12...v0.12.14">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.12&new-version=0.12.14)](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:54:59 +01:00
adam closed this issue 2026-01-05 14:54:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1351