librespot-org / librespot

Open Source Spotify client library
MIT License
4.52k stars 544 forks source link

Update quick-xml #1156

Closed yubiuser closed 1 year ago

yubiuser commented 1 year ago

This is one of a series of PRs that will update dependencies not included in https://github.com/librespot-org/librespot/pull/1140.

This one updates quick_xml from v0.23 to v0.28

The method unescape_and_decode (here) was renamed to unescape (here) and now decodes first beore unescaping. The result changed from String to Cow<'a, str>