mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #186] [MERGED] Update dependencies #657
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#657
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:update-deps📝 Commits (4)
3bba522update dependencies inCargo.tomlandCargo.lockcd7d6d5usechrono::Durationinstead ofstd::time::Duration3fca6becleanup5cb8736makeposition_offset_msincli::Command::Seeki64📊 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
chrono::Durationinstead ofstd::time::Duration(because ofrspotify v0.11.7)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.