Skip to content

Commit 37f393c

Browse files
committed
update async deps
1 parent 6b9e578 commit 37f393c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 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 = "^2.1"
24-
async-executor = "^1.7"
25-
async-lock = "^3.1"
23+
async-channel = "^2.1.1"
24+
async-executor = "^1.8"
25+
async-lock = "^3.2"
2626
blocking = "^1.5"
2727
futures-lite = "^2.0"
2828
once_cell = "^1.4"
2929

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

3434
[dependencies.tokio-crate]

0 commit comments

Comments
 (0)