From 9497db10149bc74aef62ff0a462371b7ce205e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 19:22:33 +0000 Subject: [PATCH] :arrow_up: Update lofty requirement from 0.22.4 to 0.23.3 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.3) --- updated-dependencies: - dependency-name: lofty dependency-version: 0.23.3 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..33ed4df 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.3" rand = "0.8" ratatui = "0.30.0" rodio = "0.21.1"