File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,21 @@ categories = ["asynchronous", "concurrency"]
1515exclude = [" /.*" ]
1616
1717[dependencies ]
18- async-lock = " 2.6 "
18+ async-lock = " 3.0.0 "
1919async-task = " 4.0.0"
2020concurrent-queue = " 2.0.0"
2121fastrand = " 2.0.0"
22- futures-lite = { version = " 1.11 .0" , default-features = false }
22+ futures-lite = { version = " 2.0 .0" , default-features = false }
2323slab = " 0.4.4"
2424
2525[dev-dependencies ]
2626async-channel = " 2.0.0"
27- async-io = " 1 .1.9 "
27+ async-io = " 2 .1.0 "
2828criterion = { version = " 0.4.0" , default-features = false , features = [" cargo_bench_support" ] }
2929easy-parallel = " 3.1.0"
3030event-listener = " 3.0.0"
3131fastrand = " 2.0.0"
32+ futures-lite = " 2.0.0"
3233once_cell = " 1.16.0"
3334
3435[[bench ]]
You can’t perform that action at this time.
0 commit comments