Bumps async crates requirements to latest major version (#10370)

# Objective

- Closes #10316

## Solution

- Grouped a bunch of version requirement bumps for most of the `async`
crates.
This commit is contained in:
Martín Maita 2023-11-22 10:41:48 -03:00 committed by GitHub
parent f613c450bc
commit 4ffd5104f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,8 +27,8 @@ bevy_tasks = { path = "../bevy_tasks", version = "0.12.0" }
bevy_utils = { path = "../bevy_utils", version = "0.12.0" }
async-broadcast = "0.5"
async-fs = "1.5"
async-lock = "2.8"
async-fs = "2.0"
async-lock = "3.0"
crossbeam-channel = "0.5"
downcast-rs = "1.2"
futures-io = "0.3"