update librespot to 0.1.6 (et al)

This commit is contained in:
Henrik Friedrichsen
2021-02-22 13:39:27 +01:00
parent dabbcfda8a
commit 2af8e549cd
2 changed files with 184 additions and 124 deletions

View File

@@ -24,9 +24,9 @@ fern = "0.6"
futures = { version = "0.3", features = ["compat"] }
futures_01 = { version = "0.1", package = "futures" }
lazy_static = "1.3.0"
librespot-core = "0.1.3"
librespot-playback = "0.1.3"
librespot-protocol = "0.1.3"
librespot-core = "0.1.6"
librespot-playback = "0.1.6"
librespot-protocol = "0.1.6"
log = "0.4.13"
notify-rust = { version = "4", optional = true }
rspotify = { version = "0.10.0", features = ["blocking"] }