Spotifyd / spotifyd

A spotify daemon
https://spotifyd.rs
GNU General Public License v3.0
9.68k stars 444 forks source link

Update ureq, rustls and sct to bump ring>=0.17 #1256

Closed klemensn closed 6 months ago

klemensn commented 6 months ago

On OpenBSD, ring 0.16 a) needs patches to comply with execute-only memory policies and b) does not build on sparc64, riscv64 and powerpc64.

Works for me in combination with spotify-qt on OpenBSD/amd64 7.4-current.

Done with cargo update ureq rustls sct.