We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9e578 commit 37f393cCopy full SHA for 37f393c
Cargo.toml
@@ -20,15 +20,15 @@ tokio02 = ["tokio02-crate"]
20
tokio03 = ["tokio03-crate"]
21
22
[dependencies]
23
-async-channel = "^2.1"
24
-async-executor = "^1.7"
25
-async-lock = "^3.1"
+async-channel = "^2.1.1"
+async-executor = "^1.8"
+async-lock = "^3.2"
26
blocking = "^1.5"
27
futures-lite = "^2.0"
28
once_cell = "^1.4"
29
30
[dependencies.async-io]
31
-version = "^2.0"
+version = "^2.2.1"
32
optional = true
33
34
[dependencies.tokio-crate]
0 commit comments