Update to librespot 0.2.0 and Tokio v1
This also brings some much need async/.await rewrites
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -24,24 +24,24 @@ 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.6"
|
||||
librespot-playback = "0.1.6"
|
||||
librespot-protocol = "0.1.6"
|
||||
librespot-core = "0.2.0"
|
||||
librespot-playback = "0.2.0"
|
||||
librespot-protocol = "0.2.0"
|
||||
log = "0.4.13"
|
||||
notify-rust = { version = "4", optional = true }
|
||||
rspotify = { version = "0.10.0", features = ["blocking"] }
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "sync", "time"] }
|
||||
tokio-stream = "0.1.5"
|
||||
toml = "0.5"
|
||||
tokio-core = "0.1"
|
||||
tokio-timer = "0.2"
|
||||
unicode-width = "0.1.8"
|
||||
dbus = { version = "0.9.2", optional = true }
|
||||
dbus-tree = { version = "0.9.0", optional = true }
|
||||
rand = "0.8"
|
||||
webbrowser = "0.5"
|
||||
clipboard = { version = "0.5", optional = true }
|
||||
url = "1.7"
|
||||
url = "2.2"
|
||||
strum = "0.20.0"
|
||||
strum_macros = "0.20.1"
|
||||
regex = "1"
|
||||
|
||||
Reference in New Issue
Block a user