chore: Bump async-task to v4.4.0

this crate depends on async_task::Builder, which was introduced in 4.4.0
This commit is contained in:
Jacob Rothstein 2024-02-12 19:40:56 -08:00 committed by GitHub
parent 4fbe23af69
commit 0baba46152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ exclude = ["/.*"]
[dependencies]
async-lock = "3.0.0"
async-task = "4.0.0"
async-task = "4.4.0"
concurrent-queue = "2.0.0"
fastrand = "2.0.0"
futures-lite = { version = "2.0.0", default-features = false }