From 219404263c91c5e38e9299c4a2599d594efa39ec Mon Sep 17 00:00:00 2001 From: Connor Johnstone Date: Thu, 9 Apr 2026 11:48:42 -0400 Subject: [PATCH] Now better matching of the airsonic spec --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index d5e7e4f..cf32df8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3465,6 +3465,7 @@ dependencies = [ "chrono", "clap", "dirs", + "futures-util", "hex", "md-5", "quick-xml",