mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #613] [MERGED] Update ureq and bump all dependencies #623
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#623
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/613
Author: @SO9010
Created: 5/18/2025
Status: ✅ Merged
Merged: 5/19/2025
Merged by: @SO9010
Base:
main← Head:Update-Ureq📝 Commits (6)
b45e4e7Update ureq and bump all dependencies7cb3c44Lint91914baUpdate rand and ureq65dc3d7Fix windows build0a1b7d0Start to update oauth2 and change to ureq55470b5Undo oauth2 update📊 Changes
11 files changed (+535 additions, -245 deletions)
View changed files
📝
Cargo.lock(+169 -34)📝
psst-core/Cargo.toml(+2 -2)📝
psst-core/src/cdn.rs(+11 -8)📝
psst-core/src/connection/diffie_hellman.rs(+3 -2)📝
psst-core/src/connection/mod.rs(+6 -2)📝
psst-core/src/player/queue.rs(+1 -1)📝
psst-core/src/util.rs(+14 -10)📝
psst-gui/Cargo.toml(+14 -13)📝
psst-gui/src/controller/playback.rs(+1 -1)📝
psst-gui/src/delegate.rs(+1 -0)📝
psst-gui/src/webapi/client.rs(+313 -172)📄 Description
@jacksongoode could I get your test and quick look over for this? It should be all fine. I tried to keep the flow to as similar as to what it was before. Which mean that I added a struct to the bottom which helps with creating the request, much like the request builder but for this need. Without this, I found that I couldn't get it to work using the request builder as when wanting to add a query it wouldnt let us do that,
Closes #596
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.