From 1dd0894136b652b799973aac7ff85f6c452911b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:03:58 +0000 Subject: [PATCH] Update rodio requirement from 0.12 to 0.16 Updates the requirements on [rodio](https://github.com/RustAudio/rodio) to permit the latest version. - [Release notes](https://github.com/RustAudio/rodio/releases) - [Changelog](https://github.com/RustAudio/rodio/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustAudio/rodio/commits) --- updated-dependencies: - dependency-name: rodio 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 bd6481c61511d..01bdf9ab05d6d 100644 --- a/crates/bevy_audio/Cargo.toml +++ b/crates/bevy_audio/Cargo.toml @@ -22,7 +22,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.2.1" } # other anyhow = "1.0" -rodio = { version = "0.12", default-features = false } +rodio = { version = "0.16", default-features = false } parking_lot = "0.11.0" [features]