[GH-ISSUE #642] Move away from using rustfm-scrobble #371

Open
opened 2026-02-28 14:32:32 +03:00 by kerem · 2 comments
Owner

Originally created by @SO9010 on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/jpochyla/psst/issues/642

This introduces an older version of UREQ and also introduces:

warning: the following packages contain code that will be rejected by a future version of Rust: wrapped-vec v0.3.0

This should be rewritten to fit ureq 3.0 and it shouldnt be too hard to do so esp. since we can use the code for that crate as a lot of inspiration.

Originally created by @SO9010 on GitHub (Jun 17, 2025). Original GitHub issue: https://github.com/jpochyla/psst/issues/642 This introduces an older version of UREQ and also introduces: `warning: the following packages contain code that will be rejected by a future version of Rust: wrapped-vec v0.3.0` This should be rewritten to fit ureq 3.0 and it shouldnt be too hard to do so esp. since we can use the code for that crate as a lot of inspiration.
Author
Owner

@secondlnl commented on GitHub (Jun 25, 2025):

NOTE: The compiler warning comes from here, and a PR upstream for the crate exists.
Also, kinda related

Edit II: Please elaborate on "rewritten" and "that crate as a lot of inspiration".

<!-- gh-comment-id:3006149805 --> @secondlnl commented on GitHub (Jun 25, 2025): NOTE: The compiler warning comes from [here,](https://github.com/rust-lang/rust/issues/79813) and a PR upstream for the crate [exists](https://github.com/dmfutcher/wrapped-vec/pull/8). [Also, kinda related](https://github.com/dmfutcher/wrapped-vec/pull/9) Edit II: Please elaborate on "rewritten" and "that crate as a lot of inspiration".
Author
Owner

@SO9010 commented on GitHub (Jun 25, 2025):

We should be able to relatively easily look at the code which is used in the crate for scrobble FM and reimplement it within psst its self. This will not only improve compilation time but also will mean that we are are able to update crates and packages related to it with more ease.

<!-- gh-comment-id:3006523900 --> @SO9010 commented on GitHub (Jun 25, 2025): We should be able to relatively easily look at the code which is used in the crate for scrobble FM and reimplement it within psst its self. This will not only improve compilation time but also will mean that we are are able to update crates and packages related to it with more ease.
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#371
No description provided.