Update async-broadcast requirement from 0.5 to 0.7

Updates the requirements on [async-broadcast](https://github.com/smol-rs/async-broadcast) to permit the latest version.
- [Changelog](https://github.com/smol-rs/async-broadcast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/async-broadcast/compare/0.5.0...0.7.0)

---
updated-dependencies:
- dependency-name: async-broadcast
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-21 21:18:22 +00:00 committed by GitHub
parent e7c3359c4b
commit 1429d92c3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.14.0-dev" }
bevy_tasks = { path = "../bevy_tasks", version = "0.14.0-dev" } bevy_tasks = { path = "../bevy_tasks", version = "0.14.0-dev" }
bevy_utils = { path = "../bevy_utils", version = "0.14.0-dev" } bevy_utils = { path = "../bevy_utils", version = "0.14.0-dev" }
async-broadcast = "0.5" async-broadcast = "0.7"
async-fs = "2.0" async-fs = "2.0"
async-lock = "3.0" async-lock = "3.0"
crossbeam-channel = "0.5" crossbeam-channel = "0.5"