Skip to content

Commit c49cd35

Browse files
committed
update async deps
1 parent 34f46e0 commit c49cd35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ tokio02 = ["tokio02-crate"]
2020
tokio03 = ["tokio03-crate"]
2121

2222
[dependencies]
23-
async-channel = "^1.5"
24-
async-executor = "^1.4"
25-
async-lock = "^2.5"
26-
blocking = "^1.2"
27-
futures-lite = "^1.0"
23+
async-channel = "^2.1"
24+
async-executor = "^1.7"
25+
async-lock = "^3.1"
26+
blocking = "^1.5"
27+
futures-lite = "^2.0"
2828
once_cell = "^1.4"
2929

3030
[dependencies.async-io]
31-
version = "^1.2"
31+
version = "^2.0"
3232
optional = true
3333

3434
[dependencies.tokio-crate]

0 commit comments

Comments
 (0)