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]