From df26987ad0e046689e964bd7619db43efb2cd547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:37:00 +0000 Subject: [PATCH] Update rodio requirement from 0.20 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.20.0...v0.21.1) --- updated-dependencies: - dependency-name: rodio dependency-version: 0.21.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_audio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_audio/Cargo.toml b/crates/bevy_audio/Cargo.toml index d8a72c1a7b38f..fb54e16f82ebf 100644 --- a/crates/bevy_audio/Cargo.toml +++ b/crates/bevy_audio/Cargo.toml @@ -19,7 +19,7 @@ bevy_transform = { path = "../bevy_transform", version = "0.17.0-dev" } # other # TODO: Remove `coreaudio-sys` dep below when updating `cpal`. -rodio = { version = "0.20", default-features = false } +rodio = { version = "0.21", default-features = false } tracing = { version = "0.1", default-features = false, features = ["std"] } [target.'cfg(target_os = "android")'.dependencies]