From 3f923dc11fce90836636d47065a54f9db93e4b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:05:29 +0000 Subject: [PATCH] deps: Update rodio requirement from 0.19 to 0.22 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.22.1) --- updated-dependencies: - dependency-name: rodio dependency-version: 0.22.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..8dd1d11 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.22", features = ["symphonia-all"] } cpal = "0.15" # Animation