From 4bcb41815af9017ec76eba4c58debb81d280ae44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 19:22:48 +0000 Subject: [PATCH] :arrow_up: Update rodio requirement from 0.21.1 to 0.22.2 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.2) --- updated-dependencies: - dependency-name: rodio dependency-version: 0.22.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..3528f94 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.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.149"