Update async-broadcast (#17500)

# Objective

Dependabot tried up update this earlier, but it was noticed that this
broke wasm builds. A new release has happened since then which includes
a fix for that.

Here's the
[changelog](https://github.com/smol-rs/async-broadcast/blob/master/CHANGELOG.md).

Closes #11830

## Solution

Use `async-broadcast` `0.7.2`.

## Testing

I ran a few some examples involving assets on macos / wasm.
This commit is contained in:
Rob Parrett 2025-01-22 21:24:34 -08:00 committed by GitHub
parent 8e6bf0637b
commit 17294eebb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"] }