We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7b358 commit 2383cf2Copy full SHA for 2383cf2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "async-h1"
3
-version = "1.1.2"
+version = "2.0.0"
4
license = "MIT OR Apache-2.0"
5
repository = "https://github.com/http-rs/async-h1"
6
documentation = "https://docs.rs/async-h1"
@@ -14,7 +14,7 @@ edition = "2018"
14
[dependencies]
15
url = "2.1.0"
16
httparse = "1.3.3"
17
-async-std = { version = "1.5.0", features = ["unstable"] }
+async-std = { version = "1.6.0", features = ["unstable"] }
18
http-types = "2.0.0"
19
pin-project-lite = "0.1.1"
20
byte-pool = "0.2.1"
0 commit comments