mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #546] [MERGED] Reduce & replace old dependencies #592
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#592
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/jpochyla/psst/pull/546
Author: @jacksongoode
Created: 10/17/2024
Status: ✅ Merged
Merged: 10/21/2024
Merged by: @jacksongoode
Base:
main← Head:jackson/cleanup-deps📝 Commits (6)
7f12f33Replace old deps117beb3Timea102957Linting935690bFix7f20a54Bump packagesaac31ccRevert raw-window-handle📊 Changes
10 files changed (+338 additions, -377 deletions)
View changed files
📝
Cargo.lock(+269 -330)📝
psst-core/Cargo.toml(+15 -9)📝
psst-core/build.rs(+5 -3)📝
psst-gui/Cargo.toml(+7 -9)📝
psst-gui/src/data/config.rs(+27 -15)📝
psst-gui/src/data/mod.rs(+3 -1)📝
psst-gui/src/delegate.rs(+1 -1)📝
psst-gui/src/ui/lyrics.rs(+4 -3)📝
psst-gui/src/ui/preferences.rs(+2 -2)📝
psst-gui/src/webapi/cache.rs(+5 -4)📄 Description
I don't think some of these core dependencies have been looked at for a while and a few of them are not maintained anymore, such as the lru-cache and the platform-dirs.
I also took the chance to see if we can reduce the total number of dependencies we're using and removed the webbrowser package. But I also think we might be able to remove some others.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.