chore: update some dependencies

This commit is contained in:
Mark
2026-08-01 11:27:57 +02:00
parent dae7daaf25
commit 8b68995475
8 changed files with 9138 additions and 12 deletions

View File

@@ -7,13 +7,13 @@ edition = "2024"
[dependencies]
musicdb-lib = { path = "../musicdb-lib" }
clap = { version = "4.5.45", features = ["derive"] }
clap = { version = "4.6.5", features = ["derive"] }
headers = "0.4.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.47.1", optional = true, features = ["rt"] }
tokio = { version = "1.53.1", optional = true, features = ["rt"] }
rocket = { version = "0.5.1", optional = true }
html-escape = { version = "0.2.13", optional = true }
html-escape = { version = "0.2.14", optional = true }
rocket_ws = "0.1.1"
rocket_seek_stream = "0.2.6"