JojiiOfficial / LiveBudsCli

A tool to control your Galaxy buds+, Live, Buds Pro and Buds 2 Pro
https://crates.io/crates/earbuds
GNU General Public License v3.0
193 stars 15 forks source link

fix(deps): update rust crate mpris to 2.0.1 - autoclosed #92

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
mpris dependencies patch 2.0.0-rc2 -> 2.0.1

Release Notes

Mange/mpris-rs (mpris) ### [`v2.0.1`](https://togithub.com/Mange/mpris-rs/blob/HEAD/CHANGELOG.md#v201---2023-06-15) [Compare Source](https://togithub.com/Mange/mpris-rs/compare/v2.0.0...v2.0.1) ##### Fixed - Add extra check for `Player::get_track_list()`. Without this, `Player::track_progress()` would fail for Spotify. - \[Mihai Fufezan (fufexan)]\[fufexan] ### [`v2.0.0`](https://togithub.com/Mange/mpris-rs/blob/HEAD/CHANGELOG.md#v200---2022-11-15) [Compare Source](https://togithub.com/Mange/mpris-rs/compare/v2.0.0-rc3...v2.0.0) ##### Breaking changes - Minimum supported Rust version is now 1.54.0. ### [`v2.0.0-rc3`](https://togithub.com/Mange/mpris-rs/blob/HEAD/CHANGELOG.md#v200-rc3---2022-09-12) [Compare Source](https://togithub.com/Mange/mpris-rs/compare/v2.0.0-rc2...v2.0.0-rc3) **Important:** Now using Rust 2018 edition. ##### Fixed - Track change detection for some non-conforming players (e.g. Spotify). - \[Stephan Henrichs (Kilobyte22)]\[Kilobyte22] - Error on progress tracker for players that do not support shuffling. - \[Stephan Henrichs (Kilobyte22)]\[Kilobyte22] - Events not added for streams - \[Kanjirito]\[Kanjirito] - Incorrect error messages when using the `Display` trait \[Kanjirito]\[Kanjirito] ##### Added - `Player::can_shuffle` and `Player::checked_get_shuffle`. - \[Stephan Henrichs (Kilobyte22)]\[Kilobyte22] - Iterator methods to `Metadata`: - `impl IntoIterator` - `iter()` - `keys()` - `Player::bus_name_player_name_part` - [Koen Bolhuis (InputUsername)](https://togithub.com/InputUsername) - `Metadata::as_hashmap(&self)` which returns a simple borrowed hashmap. - More `Player::has_*`, `Player::can_*`, and `Player::checked_*` methods - \[Harrison Thorne (harrisonthorne)]\[harrisonthorne] - `Player::has_volume`, `Player::checked_get_volume`, `Player::checked_set_volume` - `Player::has_position`, `Player::checked_get_position`, `Player::checked_set_position` - `Player::has_playback_rate`, `Player::checked_get_playback_rate`, `Player::checked_set_playback_rate` - `Player::can_loop`, `Player::checked_get_loop_status` - `PlayerIter` that iterates over all of the players \[Kanjirito]\[Kanjirito] - `PlayerFinder.player_timeout_ms` field that changes the DBUS timeout value for all new `Player`s \[Kanjirito]\[Kanjirito] ##### Changed - Now using Rust 2018 edition. - `Player::checked_set_shuffle` also checks `::can_shuffle`. - \[Stephan Henrichs (Kilobyte22)]\[Kilobyte22] - `Player::checked_set_loop_status` also checks `::can_loop` - \[Harrison Thorne (harrisonthorne)]\[harrisonthorne] - `Progress` default values uses `checked_get_*` functions - \[Harrison Thorne (harrisonthorne)]\[harrisonthorne] - Documentation was made easier to navigate - \[Kanjirito]\[Kanjirito] - Use `thiserror` & `anyhow` instead of unmaintained `failure` - \[fengalin]\[fengalin] - Removed `Player` lifetime \[Kanjirito]\[Kanjirito] - All `PlayerFinder` find methods switched to using `PlayerIter` \[Kanjirito]\[Kanjirito]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.