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 34f46e0 commit c49cd35Copy full SHA for c49cd35
Cargo.toml
@@ -20,15 +20,15 @@ tokio02 = ["tokio02-crate"]
20
tokio03 = ["tokio03-crate"]
21
22
[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"
+async-channel = "^2.1"
+async-executor = "^1.7"
+async-lock = "^3.1"
+blocking = "^1.5"
+futures-lite = "^2.0"
28
once_cell = "^1.4"
29
30
[dependencies.async-io]
31
-version = "^1.2"
+version = "^2.0"
32
optional = true
33
34
[dependencies.tokio-crate]
0 commit comments