From e3e2e454236c9edd3f61c95cc1996833860486ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 02:46:35 +0000 Subject: [PATCH] :arrow_up: Update lofty requirement from 0.22.4 to 0.23.2 Updates the requirements on [lofty](https://github.com/Serial-ATA/lofty-rs) to permit the latest version. - [Release notes](https://github.com/Serial-ATA/lofty-rs/releases) - [Changelog](https://github.com/Serial-ATA/lofty-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/Serial-ATA/lofty-rs/compare/0.22.4...0.23.2) --- updated-dependencies: - dependency-name: lofty dependency-version: 0.23.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e064c9b..0639fae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2024" cli-log = "2.1.0" color-eyre = "0.6.3" crossterm = "0.29.0" -lofty = "0.22.4" +lofty = "0.23.2" rand = "0.8" ratatui = "0.30.0" rodio = "0.21.1"