File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ futures-core = { version = "0.3", default-features = false }
2727futures-channel = "0.3"
2828futures-util = { version = "0.3", default-features = false }
2929http = "0.2"
30- http-body = { git = "https://github.com/hyperium/http-body", rev = "0e20ca9" }
31- http-body-util = { git = "https://github.com/hyperium/http-body ", rev = "0e20ca9" }
30+ http-body = "1.0.0-rc.1"
31+ http-body-util = { version = "0.1.0-rc.1 ", optional = true }
3232httpdate = "1.0"
3333httparse = "1.6"
3434h2 = { version = "0.3.9", optional = true }
@@ -45,6 +45,7 @@ socket2 = { version = "0.4", optional = true }
4545
4646[dev-dependencies]
4747futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
48+ http-body-util = "0.1.0-rc.1"
4849matches = "0.1"
4950num_cpus = "1.0"
5051pretty_env_logger = "0.4"
@@ -91,7 +92,7 @@ client = []
9192server = []
9293
9394# C-API support (currently unstable (no semver))
94- ffi = ["libc"]
95+ ffi = ["libc", "http-body-util" ]
9596
9697# internal features used in CI
9798nightly = []
You can’t perform that action at this time.
0 commit comments