fix(deps): bump librespot to 0.7.0 (#1687)
* fix(deps): bump librespot to 0.7.0 * Bumps librespot to 0.7.0 * Changes worker authentication to use login5 * Solves minor API changes * Adds alsa-lib to nix shell * fix(ci): add libasound2 build dependency * docs: updates changelog * fix: Don't build with Rodio backend by default Allow users to explicitly specify Librespot audio backend. This way we can also drop the ALSA dependencies again. --------- Co-authored-by: Henrik Friedrichsen <henrik@affekt.org>
This commit is contained in:
@@ -52,10 +52,10 @@ fern = "0.7"
|
||||
futures = "0.3"
|
||||
ioctl-rs = {version = "0.2", optional = true}
|
||||
libc = "0.2.175"
|
||||
librespot-core = "0.6.0"
|
||||
librespot-oauth = "0.6.0"
|
||||
librespot-playback = "0.6.0"
|
||||
librespot-protocol = "0.6.0"
|
||||
librespot-core = "0.7.0"
|
||||
librespot-oauth = "0.7.0"
|
||||
librespot-playback = {version = "0.7.0", default-features = false, features = ["native-tls"]}
|
||||
librespot-protocol = "0.7.0"
|
||||
log = "0.4.27"
|
||||
pancurses = {version = "0.17.0", optional = true}
|
||||
parse_duration = "2.1.1"
|
||||
|
||||
Reference in New Issue
Block a user