update to librespot 0.1.2

- make use of new player events
- remove `--locked` install note as it should not be required anymore (#179, #190, #212)
- `cargo update` dependencies
This commit is contained in:
Henrik Friedrichsen
2020-07-23 01:01:41 +02:00
parent 5c1c84fd08
commit 9adab923d5
4 changed files with 523 additions and 498 deletions

View File

@@ -24,9 +24,9 @@ fern = "0.5"
futures = { version = "0.3", features = ["compat"] }
futures_01 = { version = "0.1", package = "futures" }
lazy_static = "1.3.0"
librespot-core = "0.1.1"
librespot-playback = "0.1.1"
librespot-protocol = "0.1.1"
librespot-core = "0.1.2"
librespot-playback = "0.1.2"
librespot-protocol = "0.1.2"
log = "0.4.0"
rspotify = { version = "0.10.0", features = ["blocking"] }
serde = "1.0"