mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-28 17:21:52 +00:00
Update all deps
This commit is contained in:
parent
528a8a431e
commit
d3ae1cdc55
6 changed files with 229 additions and 238 deletions
447
Cargo.lock
generated
447
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -55,11 +55,11 @@ futures-util = { version = "0.3", default_features = false }
|
||||||
getopts = "0.2"
|
getopts = "0.2"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rpassword = "7.0"
|
rpassword = "7.2"
|
||||||
sha1 = "0.10"
|
sha1 = "0.10"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
tokio = { version = "1", features = ["rt", "macros", "signal", "sync", "parking_lot", "process"] }
|
tokio = { version = "1", features = ["rt", "macros", "signal", "sync", "parking_lot", "process"] }
|
||||||
url = "2.2"
|
url = "2.4"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
alsa-backend = ["librespot-playback/alsa-backend"]
|
alsa-backend = ["librespot-playback/alsa-backend"]
|
||||||
|
|
|
@ -9,7 +9,7 @@ repository = "https://github.com/librespot-org/librespot"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
form_urlencoded = "1.0"
|
form_urlencoded = "1.2"
|
||||||
futures-util = "0.3"
|
futures-util = "0.3"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
protobuf = "3"
|
protobuf = "3"
|
||||||
|
|
|
@ -19,13 +19,13 @@ base64 = "0.21"
|
||||||
byteorder = "1.4"
|
byteorder = "1.4"
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
dns-sd = { version = "0.1", optional = true }
|
dns-sd = { version = "0.1", optional = true }
|
||||||
form_urlencoded = "1.0"
|
form_urlencoded = "1.2"
|
||||||
futures-core = "0.3"
|
futures-core = "0.3"
|
||||||
futures-util = { version = "0.3", features = ["alloc", "bilock", "sink", "unstable"] }
|
futures-util = { version = "0.3", features = ["alloc", "bilock", "sink", "unstable"] }
|
||||||
governor = { version = "0.5", default-features = false, features = ["std", "jitter"] }
|
governor = { version = "0.5", default-features = false, features = ["std", "jitter"] }
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
hmac = "0.12"
|
hmac = "0.12"
|
||||||
httparse = "1.7"
|
httparse = "1.8"
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
hyper = { version = "0.14", features = ["client", "http1", "http2", "tcp"] }
|
hyper = { version = "0.14", features = ["client", "http1", "http2", "tcp"] }
|
||||||
hyper-proxy = { version = "0.9", default-features = false, features = ["rustls"] }
|
hyper-proxy = { version = "0.9", default-features = false, features = ["rustls"] }
|
||||||
|
@ -39,11 +39,11 @@ num-traits = "0.2"
|
||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
|
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
|
||||||
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] }
|
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] }
|
||||||
priority-queue = "1.2"
|
priority-queue = "1.3"
|
||||||
protobuf = "3"
|
protobuf = "3"
|
||||||
quick-xml = { version = "0.28", features = ["serialize"] }
|
quick-xml = { version = "0.29", features = ["serialize"] }
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
rsa = "0.9.2"
|
rsa = "0.9"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
sha1 = { version = "0.10", features = ["oid"] }
|
sha1 = { version = "0.10", features = ["oid"] }
|
||||||
|
|
|
@ -14,7 +14,7 @@ base64 = "0.21"
|
||||||
cfg-if = "1.0"
|
cfg-if = "1.0"
|
||||||
ctr = "0.9"
|
ctr = "0.9"
|
||||||
dns-sd = { version = "0.1.3", optional = true }
|
dns-sd = { version = "0.1.3", optional = true }
|
||||||
form_urlencoded = "1.0"
|
form_urlencoded = "1.2"
|
||||||
futures-core = "0.3"
|
futures-core = "0.3"
|
||||||
futures-util = "0.3"
|
futures-util = "0.3"
|
||||||
hmac = "0.12"
|
hmac = "0.12"
|
||||||
|
|
|
@ -44,7 +44,7 @@ glib = { version = "0.17", optional = true }
|
||||||
|
|
||||||
# Rodio dependencies
|
# Rodio dependencies
|
||||||
rodio = { version = "0.17.1", optional = true, default-features = false }
|
rodio = { version = "0.17.1", optional = true, default-features = false }
|
||||||
cpal = { version = "0.15.1", optional = true }
|
cpal = { version = "0.15.2", optional = true }
|
||||||
|
|
||||||
# Container and audio decoder
|
# Container and audio decoder
|
||||||
symphonia = { version = "0.5", default-features = false, features = ["mp3", "ogg", "vorbis"] }
|
symphonia = { version = "0.5", default-features = false, features = ["mp3", "ogg", "vorbis"] }
|
||||||
|
|
Loading…
Reference in a new issue