[PR #109] [MERGED] build(deps): bump mpd_client from 1.3.0 to 1.4.0 #663

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/109
Author: @dependabot[bot]
Created: 2/5/2024
Status: Merged
Merged: 2/6/2024
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/mpd_client-1.4.0


📝 Commits (1)

  • 11e43df build(deps): bump mpd_client from 1.3.0 to 1.4.0

📊 Changes

2 files changed (+30 additions, -9 deletions)

View changed files

📝 Cargo.lock (+29 -8)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps mpd_client from 1.3.0 to 1.4.0.

Release notes

Sourced from mpd_client's releases.

mpd_client v1.4.0

See CHANGELOG.md.

Commits
  • e039754 Prepare mpd_client v1.4.0
  • 829c143 Update dependencies
  • ef340a6 Fix potential overflow/panic with SongRanges
  • 7b83190 Improve doc comments for QueueRange methods
  • 33b4a72 Fix formatting
  • 0ac950c Added Shuffle command. Expanded Queue command.
  • See full diff 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/JakeStanger/mpd-discord-rpc/pull/109 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/5/2024 **Status:** ✅ Merged **Merged:** 2/6/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/mpd_client-1.4.0` --- ### 📝 Commits (1) - [`11e43df`](https://github.com/JakeStanger/mpd-discord-rpc/commit/11e43df2e14ae82cbb328a58a45d8612a351fe11) build(deps): bump mpd_client from 1.3.0 to 1.4.0 ### 📊 Changes **2 files changed** (+30 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+29 -8) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [mpd_client](https://github.com/elomatreb/mpd_client) from 1.3.0 to 1.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/elomatreb/mpd_client/releases">mpd_client's releases</a>.</em></p> <blockquote> <h2>mpd_client v1.4.0</h2> <p>See <a href="https://github.com/elomatreb/mpd_client/blob/HEAD/CHANGELOG.md"><code>CHANGELOG.md</code></a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elomatreb/mpd_client/commit/e039754b7692568d265d7782ce89c50759dad2f8"><code>e039754</code></a> Prepare mpd_client v1.4.0</li> <li><a href="https://github.com/elomatreb/mpd_client/commit/829c143a622995c26897167838d01ed1dd0ac650"><code>829c143</code></a> Update dependencies</li> <li><a href="https://github.com/elomatreb/mpd_client/commit/ef340a6716d4a57ee998170b8ab5edbf21485bfe"><code>ef340a6</code></a> Fix potential overflow/panic with <code>SongRange</code>s</li> <li><a href="https://github.com/elomatreb/mpd_client/commit/7b831908eb82adace1e28aa3cc5492e7a0bfc45b"><code>7b83190</code></a> Improve doc comments for <code>QueueRange</code> methods</li> <li><a href="https://github.com/elomatreb/mpd_client/commit/33b4a72880cad12e14e2c25a6c06c905e494fcc5"><code>33b4a72</code></a> Fix formatting</li> <li><a href="https://github.com/elomatreb/mpd_client/commit/0ac950cd31beb50f1e5b572907eb2f12a16089a0"><code>0ac950c</code></a> Added Shuffle command. Expanded Queue command.</li> <li>See full diff in <a href="https://github.com/elomatreb/mpd_client/compare/mpd_client-v1.3.0...mpd_client-v1.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mpd_client&package-manager=cargo&previous-version=1.3.0&new-version=1.4.0)](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-22 23:58:55 +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#663
No description provided.