Update librespot to 0.3.1 (and others)

This commit is contained in:
Henrik Friedrichsen
2021-10-25 13:30:22 +02:00
parent 3f61f1ceb2
commit bb32276bf7
2 changed files with 56 additions and 56 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.3.0"
librespot-playback = "0.3.0"
librespot-protocol = "0.3.0"
librespot-core = "0.3.1"
librespot-playback = "0.3.1"
librespot-protocol = "0.3.1"
log = "0.4.13"
notify-rust = { version = "4", optional = true }
rspotify = { version = "0.10.0", features = ["blocking"] }