mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #785] RUSTLS dependency no longer on crates.io #1402
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#1402
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?
Originally created by @noahknegt on GitHub (Jul 29, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/785
Describe the bug
When following the install steps even with only the default features, the cargo install fails due to a yanked dependency. To be exact rustls version 0.23.30.
To Reproduce
cargo install spotify_playerLog and backtrace
Environment
@KUHLwasStolen commented on GitHub (Jul 30, 2025):
I will look into just replacing the version with
0.23.31The latest release notes don't mention any breaking changes so it should hopefully cause no problems.
@KUHLwasStolen commented on GitHub (Jul 30, 2025):
Ok so I cannot fully reproduce the error message that you are getting, the closest I got was this:
I only get this when running with
--lockedand not without it.Independent of this I do not get errors or warnings when bumping the
rustlsversion to0.23.31andspotify_playerseems to install just fine.@noahknegt commented on GitHub (Jul 30, 2025):
I will verify again later today, but you might have a locally cached version of it thus cargo finding it, for me it was on a clean system.
@KUHLwasStolen commented on GitHub (Jul 30, 2025):
Yeah something like this is most likely the case.
Anyway, using the latest
rustlsversion will solve your error and my warning and I will open a pull request to fix this.