From 88caa5f38172ffbbceed8e1093f47356b1cc403b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:49:00 +0000 Subject: [PATCH] deps: Update rodio requirement from 0.19 to 0.21 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.19.0...v0.21.1) --- updated-dependencies: - dependency-name: rodio dependency-version: 0.21.1 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 1a0a8b7..237efe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ ort = { version = "2.0.0-rc.10", optional = true } pyo3 = { version = "0.27", features = ["auto-initialize"], optional = true } # Audio -rodio = { version = "0.19", features = ["symphonia-all"] } +rodio = { version = "0.21", features = ["symphonia-all"] } cpal = "0.15" # Animation