migrate to futures 0.3

This commit is contained in:
Henrik Friedrichsen
2020-03-28 22:49:23 +01:00
parent c6b85f7d9b
commit 1b0ac4d5cc
4 changed files with 313 additions and 289 deletions

View File

@@ -21,7 +21,8 @@ crossbeam-channel = "0.4"
directories = "2.0"
failure = "0.1"
fern = "0.5"
futures = "0.1"
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"
@@ -31,7 +32,6 @@ rspotify = "0.8"
serde = "1.0"
serde_json = "1.0"
toml = "0.5"
tokio = "0.1"
tokio-core = "0.1"
tokio-timer = "0.2"
unicode-width = "0.1.5"