update dependencies

This commit is contained in:
Henrik Friedrichsen
2019-06-08 18:48:04 +02:00
parent e03536b2a7
commit 298091c301
2 changed files with 438 additions and 370 deletions

795
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,7 +16,7 @@ maintenance = { status = "experimental" }
[dependencies]
clap = "2.32.0"
chrono = "0.4"
reqwest = "0.9.11"
reqwest = "0.9"
crossbeam-channel = "0.3.8"
directories = "1.0"
failure = "0.1.3"
@@ -24,7 +24,7 @@ fern = "0.5"
futures = "0.1"
lazy_static = "1.3.0"
log = "0.4.0"
#rspotify = "0.4.0"
rspotify = "0.5"
serde = "1.0"
serde_json = "1.0"
toml = "0.4"
@@ -35,19 +35,14 @@ unicode-width = "0.1.5"
dbus = { version = "0.6.4", optional = true }
rand = "0.6.5"
webbrowser = "0.5"
clipboard = "0.5.0"
[dependencies.rspotify]
git = "https://github.com/samrayleung/rspotify"
rev = "8f8dc17"
clipboard = "0.5"
[dependencies.librespot]
git = "https://github.com/librespot-org/librespot.git"
rev = "14721f4"
default-features = false
[dependencies.cursive]
version = "0.11.1"
version = "0.12"
default-features = false
[features]