diff --git a/Cargo.toml b/Cargo.toml index f2a99d5..a8b30c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,7 @@ failure = "0.1.3" fern = "0.5" futures = "0.1" log = "0.4.0" +rspotify = "0.4.0" serde = "1.0" serde_json = "1.0" toml = "0.4" @@ -30,10 +31,6 @@ tokio-timer = "0.2" unicode-width = "0.1.5" dbus = { version = "0.6.4", optional = true } -[dependencies.rspotify] -git = "https://github.com/samrayleung/rspotify" -rev = "5abda44e00c4c649a7dbdaf9d2463b073e9aaac7" - [dependencies.librespot] git = "https://github.com/librespot-org/librespot.git" rev = "2fb901a743906a5b49b3148dbfa85074964dd745"