Skip to content

Commit 0baba46

Browse files
authored
chore: Bump async-task to v4.4.0
this crate depends on async_task::Builder, which was introduced in 4.4.0
1 parent 4fbe23a commit 0baba46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = ["/.*"]
1616

1717
[dependencies]
1818
async-lock = "3.0.0"
19-
async-task = "4.0.0"
19+
async-task = "4.4.0"
2020
concurrent-queue = "2.0.0"
2121
fastrand = "2.0.0"
2222
futures-lite = { version = "2.0.0", default-features = false }

0 commit comments

Comments
 (0)