[PR #613] [MERGED] Update ureq and bump all dependencies #623

Closed
opened 2026-02-28 14:33:40 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: Update-Ureq


📝 Commits (6)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/613 **Author:** [@SO9010](https://github.com/SO9010) **Created:** 5/18/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@SO9010](https://github.com/SO9010) **Base:** `main` ← **Head:** `Update-Ureq` --- ### 📝 Commits (6) - [`b45e4e7`](https://github.com/jpochyla/psst/commit/b45e4e711a914b8129afdecaedff68b83b551c16) Update ureq and bump all dependencies - [`7cb3c44`](https://github.com/jpochyla/psst/commit/7cb3c4404943f06c3d9770855a5b8c8200a21d4d) Lint - [`91914ba`](https://github.com/jpochyla/psst/commit/91914ba5a1bd724f744b9d8299a25cce7ab28679) Update rand and ureq - [`65dc3d7`](https://github.com/jpochyla/psst/commit/65dc3d7dbec71011220957df188d5c0383bb1de7) Fix windows build - [`0a1b7d0`](https://github.com/jpochyla/psst/commit/0a1b7d0559c0485d366333c396915d0ad754718b) Start to update oauth2 and change to ureq - [`55470b5`](https://github.com/jpochyla/psst/commit/55470b5e5423b8334b26f2678a4afe2a64bb0dbf) Undo oauth2 update ### 📊 Changes **11 files changed** (+535 additions, -245 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:40 +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/psst#623
No description provided.