We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de64c1 commit 13d6f29Copy full SHA for 13d6f29
Cargo.toml
@@ -21,13 +21,13 @@ edition = "2018"
21
async-channel = "1.5.1"
22
async-dup = "1.2.2"
23
async-global-executor = "2.3.1"
24
-async-io = "1.13.0"
25
-futures-lite = "1.13.0"
+async-io = "2.3.4"
+futures-lite = "2.3.0"
26
http-types = { version = "2.9.0", default-features = false }
27
httparse = "1.3.4"
28
log = "0.4.11"
29
pin-project = "1.0.2"
30
31
[dev-dependencies]
32
-async-std = { version = "1.7.0", features = ["attributes"] }
33
-pretty_assertions = "0.6.1"
+async-std = { version = "1.13.0", features = ["attributes"] }
+pretty_assertions = "1.4.0"
0 commit comments