Skip to content

Commit e1e2ab1

Browse files
committed
Bump async-io, async-lock and futures-lite
Signed-off-by: John Nunley <[email protected]>
1 parent b91875e commit e1e2ab1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,21 @@ categories = ["asynchronous", "concurrency"]
1515
exclude = ["/.*"]
1616

1717
[dependencies]
18-
async-lock = "2.6"
18+
async-lock = "3.0.0"
1919
async-task = "4.0.0"
2020
concurrent-queue = "2.0.0"
2121
fastrand = "2.0.0"
22-
futures-lite = { version = "1.11.0", default-features = false }
22+
futures-lite = { version = "2.0.0", default-features = false }
2323
slab = "0.4.4"
2424

2525
[dev-dependencies]
2626
async-channel = "2.0.0"
27-
async-io = "1.1.9"
27+
async-io = "2.1.0"
2828
criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] }
2929
easy-parallel = "3.1.0"
3030
event-listener = "3.0.0"
3131
fastrand = "2.0.0"
32+
futures-lite = "2.0.0"
3233
once_cell = "1.16.0"
3334

3435
[[bench]]

0 commit comments

Comments
 (0)