mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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:
parent
e7c3359c4b
commit
1429d92c3a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue