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 63b67ae commit 199c238Copy full SHA for 199c238
http-body-util/Cargo.toml
@@ -28,7 +28,7 @@ categories = ["web-programming"]
28
[dependencies]
29
bytes = "1"
30
futures-util = { version = "0.3.14", default-features = false, features = ["alloc"] }
31
-http = "0.2"
+http = "1"
32
http-body = { version = "=1.0.0-rc.2", path = "../http-body" }
33
pin-project-lite = "0.2"
34
http-body/Cargo.toml
@@ -26,4 +26,4 @@ categories = ["web-programming"]
26
27
0 commit comments