From 68265ad759ce9aa514c27177fda0e611e00a01be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 11:51:21 +0000 Subject: [PATCH] fix(deps): update rust crate lofty to 0.24.0 --- downloader/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader/Cargo.toml b/downloader/Cargo.toml index d1ff38e..ab4c3fc 100644 --- a/downloader/Cargo.toml +++ b/downloader/Cargo.toml @@ -42,7 +42,7 @@ indicatif = { workspace = true, optional = true } filenamify.workspace = true tracing.workspace = true time.workspace = true -lofty = { version = "0.22.0", optional = true } +lofty = { version = "0.24.0", optional = true } image = { version = "0.25.0", optional = true, default-features = false, features = [ "rayon", "jpeg",