From addeb821101aa968b95455604bc13bd24f50328f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Jan 2025 00:03:33 +0000 Subject: [PATCH] chore(deps): update rust crate lofty to 0.22.0 --- downloader/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader/Cargo.toml b/downloader/Cargo.toml index 9a0148a..586f3b8 100644 --- a/downloader/Cargo.toml +++ b/downloader/Cargo.toml @@ -45,7 +45,7 @@ indicatif = { workspace = true, optional = true } filenamify.workspace = true tracing.workspace = true time.workspace = true -lofty = { version = "0.21.0", optional = true } +lofty = { version = "0.22.0", optional = true } image = { version = "0.25.0", optional = true, default-features = false, features = [ "rayon", "jpeg",