Update to librespot 0.4.2

Contains:

> Blacklist ap-gew4 and ap-gue1 access points that cause channel errors

This should make the manual fix in /etc/hosts that some users had to apply obsolete.

Fixes #864
Fixes #867
Fixes #883

.. among others.
This commit is contained in:
Henrik Friedrichsen
2022-07-31 10:34:07 +02:00
parent 67be46d833
commit 875e6cc8a5
2 changed files with 48 additions and 48 deletions

View File

@@ -25,9 +25,9 @@ futures = "0.3"
ioctl-rs = {version = "0.2", optional = true}
lazy_static = "1.3.0"
libc = "0.2.124"
librespot-core = "0.4.0"
librespot-playback = "0.4.0"
librespot-protocol = "0.4.0"
librespot-core = "0.4.2"
librespot-playback = "0.4.2"
librespot-protocol = "0.4.2"
log = "0.4.16"
pancurses = {version = "0.17.0", optional = true}
parse_duration = "2.1.1"