[PR #1461] [MERGED] build(deps): bump mpris from 2.0.1 to 2.1.0 #1380

Closed
opened 2026-05-22 21:56:25 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1461
Author: @dependabot[bot]
Created: 4/20/2026
Status: Merged
Merged: 4/20/2026
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/mpris-2.1.0


📝 Commits (1)

  • aace10b build(deps): bump mpris from 2.0.1 to 2.1.0

📊 Changes

2 files changed (+61 additions, -183 deletions)

View changed files

📝 Cargo.lock (+60 -182)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps mpris from 2.0.1 to 2.1.0.

Changelog

Sourced from mpris's changelog.

[v2.1.0] - 2026-04-18

Added

  • Player::bus_name_trimmed() which returns the player's bus name without the MPRIS2 prefix - [Kanjirito][Kanjirito]

  • debug-vendored feature to enable the vendored feature of dbus. - [poly000][poly000]

Deprecated

  • Player::bus_name_player_name_part() is now deprecated and will be removed in the next major release. See the method's documentation and #81#81 for details and workarounds.

Removed

  • Removed derive_is_enum_variant dependency. - [poly000][poly000]
  • Removed from_variants dependency. - [peppidesu][peppidesu]

Changed

  • Bumped thiserror to version 2.0.
  • Bumped termion dev dependency to 4. - [Alexander Kjäll (alexanderkjall)][alexanderkjall]
Commits


🔄 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/ironbar/pull/1461 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/20/2026 **Status:** ✅ Merged **Merged:** 4/20/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/mpris-2.1.0` --- ### 📝 Commits (1) - [`aace10b`](https://github.com/JakeStanger/ironbar/commit/aace10b9374bdc249d19481d394c5e154a35253c) build(deps): bump mpris from 2.0.1 to 2.1.0 ### 📊 Changes **2 files changed** (+61 additions, -183 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+60 -182) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [mpris](https://github.com/Mange/mpris-rs) from 2.0.1 to 2.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Mange/mpris-rs/blob/master/CHANGELOG.md">mpris's changelog</a>.</em></p> <blockquote> <h2>[v2.1.0] - 2026-04-18</h2> <h3>Added</h3> <ul> <li> <p><code>Player::bus_name_trimmed()</code> which returns the player's bus name without the MPRIS2 prefix - [Kanjirito][Kanjirito]</p> </li> <li> <p><code>debug-vendored</code> feature to enable the <code>vendored</code> feature of <code>dbus</code>. - [poly000][poly000]</p> </li> </ul> <h3>Deprecated</h3> <ul> <li><code>Player::bus_name_player_name_part()</code> is now deprecated and will be removed in the next major release. See the method's documentation and <a href="https://redirect.github.com/Mange/mpris-rs/issues/81">#81</a><a href="https://redirect.github.com/Mange/mpris-rs/issues/81">#81</a> for details and workarounds.</li> </ul> <h3>Removed</h3> <ul> <li>Removed <code>derive_is_enum_variant</code> dependency. - [poly000][poly000]</li> <li>Removed <code>from_variants</code> dependency. - [peppidesu][peppidesu]</li> </ul> <h2>Changed</h2> <ul> <li>Bumped <code>thiserror</code> to version 2.0.</li> <li>Bumped <code>termion</code> dev dependency to 4. - [Alexander Kjäll (alexanderkjall)][alexanderkjall]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Mange/mpris-rs/commit/0f6bb2293b5390441e9e5435c8a1f0e44a879c13"><code>0f6bb22</code></a> Bump version to 2.1.0</li> <li><a href="https://github.com/Mange/mpris-rs/commit/86f2186173b7093ee0c16f0a44704fee9e723d3d"><code>86f2186</code></a> Update thiserror dependency</li> <li><a href="https://github.com/Mange/mpris-rs/commit/f65b6bf4acb0ddc75466af930db3152dfdb26646"><code>f65b6bf</code></a> Fix Clippy warnings</li> <li><a href="https://github.com/Mange/mpris-rs/commit/35b122f3844a62e5872debf3ea9602e7d657f6ed"><code>35b122f</code></a> Fix Rust warnings</li> <li><a href="https://github.com/Mange/mpris-rs/commit/24f3be125dbb3cb858ffbdcf725c5777b65a27ad"><code>24f3be1</code></a> upgrade termion to 4 (<a href="https://redirect.github.com/Mange/mpris-rs/issues/91">#91</a>)</li> <li><a href="https://github.com/Mange/mpris-rs/commit/9f55730b9dff3a3a62ad98531ed7098e146fc03e"><code>9f55730</code></a> enhance: Drop <code>from_variants</code> crate in favor of custom implementation (<a href="https://redirect.github.com/Mange/mpris-rs/issues/88">#88</a>)</li> <li><a href="https://github.com/Mange/mpris-rs/commit/e25f5d0df7b8eae97019cb82e7358af45073f146"><code>e25f5d0</code></a> Merge pull request <a href="https://redirect.github.com/Mange/mpris-rs/issues/84">#84</a> from Kanjirito/player-name</li> <li><a href="https://github.com/Mange/mpris-rs/commit/26f603a49aedc6bb528687b7664c0cf330476048"><code>26f603a</code></a> Deprecate <code>bus_name_player_name_part</code></li> <li><a href="https://github.com/Mange/mpris-rs/commit/26176cb67c952de22c05636263d353797b883369"><code>26176cb</code></a> Reformat changelog with prettier</li> <li><a href="https://github.com/Mange/mpris-rs/commit/c4804700ed22a32049907d47c0ea21b69453a254"><code>c480470</code></a> Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/Mange/mpris-rs/compare/v2.0.1...v2.1.0">compare view</a></li> </ul> </details> <br /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:56:25 +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/ironbar#1380
No description provided.