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 }
27
27
futures-channel = " 0.3"
28
28
futures-util = { version = " 0.3" , default-features = false }
29
29
http = " 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 }
32
32
httpdate = " 1.0"
33
33
httparse = " 1.6"
34
34
h2 = { version = " 0.3.9" , optional = true }
@@ -45,6 +45,7 @@ socket2 = { version = "0.4", optional = true }
45
45
46
46
[dev-dependencies ]
47
47
futures-util = { version = " 0.3" , default-features = false , features = [" alloc" ] }
48
+ http-body-util = " 0.1.0-rc.1"
48
49
matches = " 0.1"
49
50
num_cpus = " 1.0"
50
51
pretty_env_logger = " 0.4"
@@ -91,7 +92,7 @@ client = []
91
92
server = []
92
93
93
94
# C-API support (currently unstable (no semver))
94
- ffi = [" libc" ]
95
+ ffi = [" libc" , " http-body-util " ]
95
96
96
97
# internal features used in CI
97
98
nightly = []
You can’t perform that action at this time.
0 commit comments