Skip to content

Commit

Permalink
Update async-broadcast requirement from 0.5 to 0.7
Browse files Browse the repository at this point in the history
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](smol-rs/async-broadcast@0.5.0...0.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent c1a4e29 commit e77777f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.12.0" }
bevy_tasks = { path = "../bevy_tasks", version = "0.12.0" }
bevy_utils = { path = "../bevy_utils", version = "0.12.0" }

async-broadcast = "0.5"
async-broadcast = "0.7"
async-fs = "2.0"
async-lock = "3.0"
crossbeam-channel = "0.5"
Expand Down

0 comments on commit e77777f

Please sign in to comment.