[PR #201] [MERGED] build(deps): bump reqwest from 0.12.12 to 0.12.15 #1015

Closed
opened 2026-05-23 00:58:49 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/201
Author: @dependabot[bot]
Created: 3/31/2025
Status: Merged
Merged: 3/31/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/reqwest-0.12.15


📝 Commits (1)

  • deeca3f build(deps): bump reqwest from 0.12.12 to 0.12.15

📊 Changes

2 files changed (+100 additions, -12 deletions)

View changed files

📝 Cargo.lock (+99 -11)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps reqwest from 0.12.12 to 0.12.15.

Release notes

Sourced from reqwest's releases.

v0.12.15

What's Changed

New Contributors

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

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!

... (truncated)

Changelog

Sourced from reqwest's changelog.

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.
  • 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

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/JakeStanger/mpd-discord-rpc/pull/201 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 3/31/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/reqwest-0.12.15` --- ### 📝 Commits (1) - [`deeca3f`](https://github.com/JakeStanger/mpd-discord-rpc/commit/deeca3fac9a3ad29f389171fcce63a52d5247605) build(deps): bump reqwest from 0.12.12 to 0.12.15 ### 📊 Changes **2 files changed** (+100 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+99 -11) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.12 to 0.12.15. <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.15</h2> <h2>What's Changed</h2> <ul> <li>Fix http3 to support streaming response bodies by <a href="https://github.com/ducaale"><code>@​ducaale</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2517">seanmonstar/reqwest#2517</a></li> <li>Fix Windows to support both <code>ProxyOverride</code> and <code>NO_PROXY</code> by <a href="https://github.com/drewkett"><code>@​drewkett</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2601">seanmonstar/reqwest#2601</a></li> <li>Fix http3 dependency from public API misuse by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2605">seanmonstar/reqwest#2605</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/drewkett"><code>@​drewkett</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2601">seanmonstar/reqwest#2601</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.14...v0.12.15">https://github.com/seanmonstar/reqwest/compare/v0.12.14...v0.12.15</a></p> <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> </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.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> <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/54376c35dffb0fb2e79b430920a62363aee202c8"><code>54376c3</code></a> v0.12.15</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e4bb3e6d87271ee8b07ea4870f48dc78cdb9cb21"><code>e4bb3e6</code></a> upgrade h3-quinn (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2605">#2605</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/96a4fea5fed6e239b7d69334a8a5a824b829536c"><code>96a4fea</code></a> Merge tag 'v0.12.14'</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/5fd3d5b4ae2e40a2c6e0fc266ec844ed4c643123"><code>5fd3d5b</code></a> Re-enable NO_PROXY envs on Windows (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2601">#2601</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e9215fd68d18e001cf7c9c5b9ca6a389e8e19e9e"><code>e9215fd</code></a> Support streaming response body in HTTP/3 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2517">#2517</a>)</li> <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>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.12...v0.12.15">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.15)](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>
JakeStanger 2026-05-23 00:58:49 +01:00
Sign in to join this conversation.
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
JakeStanger/mpd-discord-rpc#1015
No description provided.