diff --git a/crates/bevy_audio/Cargo.toml b/crates/bevy_audio/Cargo.toml index 025d7a39ca..b082e7d7d1 100644 --- a/crates/bevy_audio/Cargo.toml +++ b/crates/bevy_audio/Cargo.toml @@ -22,7 +22,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.5.0" } # other anyhow = "1.0" -rodio = { version = "0.13", default-features = false } +rodio = { version = "0.14", default-features = false } parking_lot = "0.11.0" [features]