Loco upgrade to 0.16.3
Some checks failed
CI / Check Style (push) Failing after 25s
CI / Run Clippy (push) Failing after 5m3s
CI / Run Tests (push) Failing after 55m10s

This commit is contained in:
2025-07-28 01:08:53 +02:00
parent 1c3ca344c0
commit 275fc0c2be
3 changed files with 49 additions and 274 deletions

View File

@@ -10,10 +10,10 @@ default-run = "music_metadata_manager-cli"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace.dependencies]
loco-rs = { version = "0.15" }
loco-rs = { version = "0.16.3" }
[dependencies]
loco-rs = { workspace = true }
loco-rs = { workspace = true }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.33.0", default-features = false, features = [