update deps

This commit is contained in:
2025-07-13 17:31:35 +02:00
parent dbee9534c5
commit 1d83bf88b4
2 changed files with 584 additions and 399 deletions

975
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,12 +17,12 @@ itertools = "0.14"
dotenv = "0.15"
serde = { version = "1", features = ["derive"] }
toml = "0.8"
toml = "0.9"
figment = { version = "0.10", features = ["toml"] }
directories = "6"
ratatui = "0.29"
crossterm = { version = "0.28.1", features = ["event-stream", "serde"] }
crossterm = { version = "0.29", features = ["event-stream", "serde"] }
humantime = "2.2"
tokio = { version = "1.43", features = ["macros", "rt"] }
@@ -30,11 +30,11 @@ tokio-stream = "0.1"
tokio-util = "0.7"
futures = "0.3"
reqwest = { version = "0.12", features = ["blocking", "stream"] }
reqwest = { version = "0.12", features = ["stream"] }
subsonic-types = "0.2.0"
rand = "0.9"
md5 = "0.7"
md5 = "0.8"
rodio = { git = "https://github.com/RustAudio/rodio" }
cpal = { version = "0.15", features = ["jack"] }