[PR #91] [MERGED] Update dependencies #621

Closed
opened 2026-03-02 23:49:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/91
Author: @aome510
Created: 12/20/2022
Status: Merged
Merged: 12/20/2022
Merged by: @aome510

Base: masterHead: update-deps


📝 Commits (7)

  • 72147d4 bump dependencies' version
  • 876d33c update usage of rspotify ID structs in client::mod.rs
  • 860c952 update clients::mutex to sync
  • c9dab35 use 'static lifetime for ID-based fields in structs
  • 2388b74 handle constructing static ID fields in Spotify-related structs
  • 3db4dcf misc changes/updates
  • 031db33 add handle code for MediaControls::SetPosition event

📊 Changes

16 files changed (+689 additions, -419 deletions)

View changed files

📝 Cargo.lock (+525 -281)
📝 spotify_player/Cargo.toml (+18 -18)
📝 spotify_player/src/auth.rs (+1 -1)
📝 spotify_player/src/client/mod.rs (+78 -73)
📝 spotify_player/src/client/spotify.rs (+3 -2)
📝 spotify_player/src/event/mod.rs (+3 -3)
📝 spotify_player/src/event/page.rs (+3 -3)
📝 spotify_player/src/event/popup.rs (+12 -6)
📝 spotify_player/src/event/window.rs (+11 -4)
📝 spotify_player/src/main.rs (+3 -3)
📝 spotify_player/src/media_control.rs (+7 -0)
📝 spotify_player/src/state/mod.rs (+1 -1)
📝 spotify_player/src/state/model.rs (+13 -13)
📝 spotify_player/src/state/player.rs (+9 -9)
📝 spotify_player/src/state/ui/popup.rs (+1 -1)
📝 spotify_player/src/ui/playback.rs (+1 -1)

📄 Description

Changes

  • updated dependencies, which involves
    • updated the uses of rspotify's idtypes structs
    • updated codes to use new clap's APIs
  • handle SetPosition (seek) media control event
  • other misc changes, improvements

🔄 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/aome510/spotify-player/pull/91 **Author:** [@aome510](https://github.com/aome510) **Created:** 12/20/2022 **Status:** ✅ Merged **Merged:** 12/20/2022 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `update-deps` --- ### 📝 Commits (7) - [`72147d4`](https://github.com/aome510/spotify-player/commit/72147d49c02e216ad2865b06284738c72817823f) bump dependencies' version - [`876d33c`](https://github.com/aome510/spotify-player/commit/876d33c3b6e0798db071ec5176cbe8f971a6d37a) update usage of `rspotify` ID structs in `client::mod.rs` - [`860c952`](https://github.com/aome510/spotify-player/commit/860c95213bb6e815240f47e57a63e769a8f07e58) update `clients::mutex` to `sync` - [`c9dab35`](https://github.com/aome510/spotify-player/commit/c9dab35b5441c1ab416be41afae7692b5d735dcd) use `'static` lifetime for ID-based fields in structs - [`2388b74`](https://github.com/aome510/spotify-player/commit/2388b7444310ea883a8434919b69550440141b59) handle constructing static ID fields in Spotify-related structs - [`3db4dcf`](https://github.com/aome510/spotify-player/commit/3db4dcf2034fe23f63e1a7dbb70c27284b40943f) misc changes/updates - [`031db33`](https://github.com/aome510/spotify-player/commit/031db33631d24d67332903b2cd38f5b457f8532f) add handle code for `MediaControls::SetPosition` event ### 📊 Changes **16 files changed** (+689 additions, -419 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+525 -281) 📝 `spotify_player/Cargo.toml` (+18 -18) 📝 `spotify_player/src/auth.rs` (+1 -1) 📝 `spotify_player/src/client/mod.rs` (+78 -73) 📝 `spotify_player/src/client/spotify.rs` (+3 -2) 📝 `spotify_player/src/event/mod.rs` (+3 -3) 📝 `spotify_player/src/event/page.rs` (+3 -3) 📝 `spotify_player/src/event/popup.rs` (+12 -6) 📝 `spotify_player/src/event/window.rs` (+11 -4) 📝 `spotify_player/src/main.rs` (+3 -3) 📝 `spotify_player/src/media_control.rs` (+7 -0) 📝 `spotify_player/src/state/mod.rs` (+1 -1) 📝 `spotify_player/src/state/model.rs` (+13 -13) 📝 `spotify_player/src/state/player.rs` (+9 -9) 📝 `spotify_player/src/state/ui/popup.rs` (+1 -1) 📝 `spotify_player/src/ui/playback.rs` (+1 -1) </details> ### 📄 Description ## Changes - updated dependencies, which involves - updated the uses of `rspotify`'s [`idtypes`](https://docs.rs/rspotify-model/0.11.6/rspotify_model/idtypes/index.html) structs - updated codes to use new `clap`'s APIs - handle `SetPosition` (seek) media control event - other misc changes, improvements --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:05 +03: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
starred/spotify-player#621
No description provided.