update dependencies
This commit is contained in:
795
Cargo.lock
generated
795
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
13
Cargo.toml
13
Cargo.toml
@@ -16,7 +16,7 @@ maintenance = { status = "experimental" }
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.32.0"
|
clap = "2.32.0"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
reqwest = "0.9.11"
|
reqwest = "0.9"
|
||||||
crossbeam-channel = "0.3.8"
|
crossbeam-channel = "0.3.8"
|
||||||
directories = "1.0"
|
directories = "1.0"
|
||||||
failure = "0.1.3"
|
failure = "0.1.3"
|
||||||
@@ -24,7 +24,7 @@ fern = "0.5"
|
|||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
lazy_static = "1.3.0"
|
lazy_static = "1.3.0"
|
||||||
log = "0.4.0"
|
log = "0.4.0"
|
||||||
#rspotify = "0.4.0"
|
rspotify = "0.5"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
@@ -35,19 +35,14 @@ unicode-width = "0.1.5"
|
|||||||
dbus = { version = "0.6.4", optional = true }
|
dbus = { version = "0.6.4", optional = true }
|
||||||
rand = "0.6.5"
|
rand = "0.6.5"
|
||||||
webbrowser = "0.5"
|
webbrowser = "0.5"
|
||||||
clipboard = "0.5.0"
|
clipboard = "0.5"
|
||||||
|
|
||||||
[dependencies.rspotify]
|
|
||||||
git = "https://github.com/samrayleung/rspotify"
|
|
||||||
rev = "8f8dc17"
|
|
||||||
|
|
||||||
[dependencies.librespot]
|
[dependencies.librespot]
|
||||||
git = "https://github.com/librespot-org/librespot.git"
|
git = "https://github.com/librespot-org/librespot.git"
|
||||||
rev = "14721f4"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.cursive]
|
[dependencies.cursive]
|
||||||
version = "0.11.1"
|
version = "0.12"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
Reference in New Issue
Block a user