Update all deps

This commit is contained in:
JasonLG1979 2023-06-25 21:09:43 -05:00
parent 528a8a431e
commit d3ae1cdc55
6 changed files with 229 additions and 238 deletions

447
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -55,11 +55,11 @@ futures-util = { version = "0.3", default_features = false }
getopts = "0.2"
hex = "0.4"
log = "0.4"
rpassword = "7.0"
rpassword = "7.2"
sha1 = "0.10"
thiserror = "1.0"
tokio = { version = "1", features = ["rt", "macros", "signal", "sync", "parking_lot", "process"] }
url = "2.2"
url = "2.4"
[features]
alsa-backend = ["librespot-playback/alsa-backend"]

View file

@ -9,7 +9,7 @@ repository = "https://github.com/librespot-org/librespot"
edition = "2021"
[dependencies]
form_urlencoded = "1.0"
form_urlencoded = "1.2"
futures-util = "0.3"
log = "0.4"
protobuf = "3"

View file

@ -19,13 +19,13 @@ base64 = "0.21"
byteorder = "1.4"
bytes = "1"
dns-sd = { version = "0.1", optional = true }
form_urlencoded = "1.0"
form_urlencoded = "1.2"
futures-core = "0.3"
futures-util = { version = "0.3", features = ["alloc", "bilock", "sink", "unstable"] }
governor = { version = "0.5", default-features = false, features = ["std", "jitter"] }
hex = "0.4"
hmac = "0.12"
httparse = "1.7"
httparse = "1.8"
http = "0.2"
hyper = { version = "0.14", features = ["client", "http1", "http2", "tcp"] }
hyper-proxy = { version = "0.9", default-features = false, features = ["rustls"] }
@ -39,11 +39,11 @@ num-traits = "0.2"
once_cell = "1"
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] }
priority-queue = "1.2"
priority-queue = "1.3"
protobuf = "3"
quick-xml = { version = "0.28", features = ["serialize"] }
quick-xml = { version = "0.29", features = ["serialize"] }
rand = "0.8"
rsa = "0.9.2"
rsa = "0.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha1 = { version = "0.10", features = ["oid"] }

View file

@ -14,7 +14,7 @@ base64 = "0.21"
cfg-if = "1.0"
ctr = "0.9"
dns-sd = { version = "0.1.3", optional = true }
form_urlencoded = "1.0"
form_urlencoded = "1.2"
futures-core = "0.3"
futures-util = "0.3"
hmac = "0.12"

View file

@ -44,7 +44,7 @@ glib = { version = "0.17", optional = true }
# Rodio dependencies
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
symphonia = { version = "0.5", default-features = false, features = ["mp3", "ogg", "vorbis"] }