From d7663e3e2e1912af092e8e8b3e68797d151f3e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 02:46:38 +0000 Subject: [PATCH] :arrow_up: Update rodio requirement from 0.21.1 to 0.22.0 Updates the requirements on [rodio](https://github.com/RustAudio/rodio) to permit the latest version. - [Changelog](https://github.com/RustAudio/rodio/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustAudio/rodio/compare/v0.21.1...v0.22.0) --- updated-dependencies: - dependency-name: rodio dependency-version: 0.22.0 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..105d7ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ crossterm = "0.29.0" lofty = "0.22.4" rand = "0.8" ratatui = "0.30.0" -rodio = "0.21.1" +rodio = "0.22.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.149"