diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index 5ae415c1f123d..77a5dc0471069 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -30,7 +30,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.16.0-dev" } stackfuture = "0.3" atomicow = "1.0" -async-broadcast = "0.5" +async-broadcast = "0.7.2" async-fs = "2.0" async-lock = "3.0" bitflags = { version = "2.3", features = ["serde"] }