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 4de64c1 commit d01a6f5Copy full SHA for d01a6f5
Cargo.toml
@@ -16,18 +16,19 @@ categories = [
16
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
17
readme = "README.md"
18
edition = "2018"
19
+rust-version = "1.63"
20
21
[dependencies]
22
async-channel = "1.5.1"
23
async-dup = "1.2.2"
24
async-global-executor = "2.3.1"
-async-io = "1.13.0"
25
-futures-lite = "1.13.0"
+async-io = "2.3.4"
26
+futures-lite = "2.3.0"
27
http-types = { version = "2.9.0", default-features = false }
28
httparse = "1.3.4"
29
log = "0.4.11"
30
pin-project = "1.0.2"
31
32
[dev-dependencies]
-async-std = { version = "1.7.0", features = ["attributes"] }
33
-pretty_assertions = "0.6.1"
+async-std = { version = "1.13.0", features = ["attributes"] }
34
+pretty_assertions = "1.4.0"
0 commit comments