[PR #186] [MERGED] Update dependencies #657

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

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/186
Author: @aome510
Created: 5/3/2023
Status: Merged
Merged: 5/3/2023
Merged by: @aome510

Base: masterHead: update-deps


📝 Commits (4)

  • 3bba522 update dependencies in Cargo.toml and Cargo.lock
  • cd7d6d5 use chrono::Duration instead of std::time::Duration
  • 3fca6be cleanup
  • 5cb8736 make position_offset_ms in cli::Command::Seek i64

📊 Changes

13 files changed (+161 additions, -136 deletions)

View changed files

📝 Cargo.lock (+100 -91)
📝 spotify_player/Cargo.toml (+9 -9)
📝 spotify_player/src/cli/commands.rs (+1 -1)
📝 spotify_player/src/cli/handlers.rs (+1 -1)
📝 spotify_player/src/cli/mod.rs (+1 -1)
📝 spotify_player/src/cli/socket.rs (+3 -3)
📝 spotify_player/src/event/mod.rs (+10 -7)
📝 spotify_player/src/media_control.rs (+10 -7)
📝 spotify_player/src/state/model.rs (+10 -2)
📝 spotify_player/src/state/player.rs (+6 -4)
📝 spotify_player/src/ui/page.rs (+1 -1)
📝 spotify_player/src/ui/playback.rs (+7 -7)
📝 spotify_player/src/utils.rs (+2 -2)

📄 Description

  • updated dependencies
  • used chrono::Duration instead of std::time::Duration (because of rspotify v0.11.7)

🔄 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/186 **Author:** [@aome510](https://github.com/aome510) **Created:** 5/3/2023 **Status:** ✅ Merged **Merged:** 5/3/2023 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `update-deps` --- ### 📝 Commits (4) - [`3bba522`](https://github.com/aome510/spotify-player/commit/3bba5227e144a9b6aa18b7db83a885882307b93a) update dependencies in `Cargo.toml` and `Cargo.lock` - [`cd7d6d5`](https://github.com/aome510/spotify-player/commit/cd7d6d5e23e7b9e4cedaa28727b4a39b034b055f) use `chrono::Duration` instead of `std::time::Duration` - [`3fca6be`](https://github.com/aome510/spotify-player/commit/3fca6bec755766b5ab4ddb0bfcbd60eb9e208cad) cleanup - [`5cb8736`](https://github.com/aome510/spotify-player/commit/5cb8736f0566ca33e5d85066e1025fd7efead160) make `position_offset_ms` in `cli::Command::Seek` `i64` ### 📊 Changes **13 files changed** (+161 additions, -136 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+100 -91) 📝 `spotify_player/Cargo.toml` (+9 -9) 📝 `spotify_player/src/cli/commands.rs` (+1 -1) 📝 `spotify_player/src/cli/handlers.rs` (+1 -1) 📝 `spotify_player/src/cli/mod.rs` (+1 -1) 📝 `spotify_player/src/cli/socket.rs` (+3 -3) 📝 `spotify_player/src/event/mod.rs` (+10 -7) 📝 `spotify_player/src/media_control.rs` (+10 -7) 📝 `spotify_player/src/state/model.rs` (+10 -2) 📝 `spotify_player/src/state/player.rs` (+6 -4) 📝 `spotify_player/src/ui/page.rs` (+1 -1) 📝 `spotify_player/src/ui/playback.rs` (+7 -7) 📝 `spotify_player/src/utils.rs` (+2 -2) </details> ### 📄 Description - updated dependencies - used `chrono::Duration` instead of `std::time::Duration` (because of `rspotify v0.11.7`) --- <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:14 +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#657
No description provided.