[PR #44] [MERGED] build(deps): bump reqwest from 0.11.15 to 0.11.18 #603

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/44
Author: @dependabot[bot]
Created: 6/10/2023
Status: Merged
Merged: 6/10/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/reqwest-0.11.18


📝 Commits (1)

  • 8efbd40 build(deps): bump reqwest from 0.11.15 to 0.11.18

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps reqwest from 0.11.15 to 0.11.18.

Release notes

Sourced from reqwest's releases.

v0.11.18

What's Changed

  • Fix RequestBuilder::json() method from overriding a previously set content-type header. An existing value will be left in place.
  • Upgrade internal dependencies for rustls and compression.

New Contributors

v0.11.17

What's Changed

  • Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9
  • (wasm) Fix blob url support

New Contributors

v0.11.16

What's Changed

Changelog

Sourced from reqwest's changelog.

v0.11.18

  • Fix RequestBuilder::json() method from overriding a previously set content-type header. An existing value will be left in place.
  • Upgrade internal dependencies for rustls and compression.

v0.11.17

  • Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9
  • (wasm) Fix blob url support

v0.11.16

  • Chore: set MSRV in Cargo.toml.
  • Docs: fix build on docs.rs
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 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/44 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/10/2023 **Status:** ✅ Merged **Merged:** 6/10/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/reqwest-0.11.18` --- ### 📝 Commits (1) - [`8efbd40`](https://github.com/JakeStanger/mpd-discord-rpc/commit/8efbd405e78abf18391129d9e7491712d13ee3a7) build(deps): bump reqwest from 0.11.15 to 0.11.18 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.15 to 0.11.18. <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.18</h2> <h2>What's Changed</h2> <ul> <li>Fix <code>RequestBuilder::json()</code> method from overriding a previously set <code>content-type</code> header. An existing value will be left in place.</li> <li>Upgrade internal dependencies for rustls and compression.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/flyingalex"><code>@​flyingalex</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1833">seanmonstar/reqwest#1833</a></li> <li><a href="https://github.com/cpu"><code>@​cpu</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1791">seanmonstar/reqwest#1791</a></li> </ul> <h2>v0.11.17</h2> <h2>What's Changed</h2> <ul> <li>Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9</li> <li>(wasm) Fix blob url support</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/skyf0l"><code>@​skyf0l</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1797">seanmonstar/reqwest#1797</a></li> </ul> <h2>v0.11.16</h2> <h2>What's Changed</h2> <ul> <li>Fix building docs on docs.rs by <a href="https://github.com/NobodyXu"><code>@​NobodyXu</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1789">seanmonstar/reqwest#1789</a></li> <li>Set 'rust-version` in Cargo metadata and use it in the MSRV build job by <a href="https://github.com/nickelc"><code>@​nickelc</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1793">seanmonstar/reqwest#1793</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.18</h2> <ul> <li>Fix <code>RequestBuilder::json()</code> method from overriding a previously set <code>content-type</code> header. An existing value will be left in place.</li> <li>Upgrade internal dependencies for rustls and compression.</li> </ul> <h2>v0.11.17</h2> <ul> <li>Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9</li> <li>(wasm) Fix blob url support</li> </ul> <h2>v0.11.16</h2> <ul> <li>Chore: set MSRV in <code>Cargo.toml</code>.</li> <li>Docs: fix build on docs.rs</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/00be85efd9683768f51f5bc75895fe8693914014"><code>00be85e</code></a> v0.11.18</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/a0b5ea5d7179778ce3e02117863b23b452b84d48"><code>a0b5ea5</code></a> deps: update rustls v0.20.1 -&gt; v0.21.0 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1791">#1791</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/b13ca4b3399b42e7bbdafc374a129ea09bf33b17"><code>b13ca4b</code></a> bug: fix custom content-type overidden by json method (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1833">#1833</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/eca2a2f23f97409e6828e171b13d0eb3bc34465c"><code>eca2a2f</code></a> CI: Enable dependabot for GitHub Action Workflow (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1831">#1831</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/9de702ccef760241e11553b43c1f700bb50ee883"><code>9de702c</code></a> Speedup CI (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1830">#1830</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/7e7b116a134cc0d6d646ab316dd83976369d5298"><code>7e7b116</code></a> deps: Update async-compression v0.3.13 =&gt; v0.4.0 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1828">#1828</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/eeca649a3d70c353043b2e42684c6d74f4ba5cae"><code>eeca649</code></a> v0.11.17</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/b4d5ab0c8d7b334d8901567b151eb8151991ec1f"><code>b4d5ab0</code></a> update h3 and h3-quinn to 0.0.2 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1811">#1811</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/2fa69ad384ceb9a0f718ceb45b092341a5285dd4"><code>2fa69ad</code></a> wasm: blob url support (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1797">#1797</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/704766979f734a81ce35e70361b2f97b4ab6c130"><code>7047669</code></a> v0.11.16</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.15...v0.11.18">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.15&new-version=0.11.18)](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 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-22 23:58:45 +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#603
No description provided.