File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ futures-util = { version = "0.3", default-features = false }
2626http = " 0.2"
2727http-body = " =1.0.0-rc.2"
2828http-body-util = { version = " =0.1.0-rc.3" , optional = true }
29- httpdate = " 1.0"
3029httparse = " 1.8"
3130h2 = { version = " 0.3.9" , optional = true }
3231itoa = " 1"
3332tracing = { version = " 0.1" , default-features = false , features = [" std" ] }
3433pin-project-lite = " 0.2.4"
3534tokio = { version = " 1" , features = [" sync" ] }
36- want = " 0.3"
3735
3836# Optional
3937
38+ httpdate = { version = " 1.0" , optional = true }
4039libc = { version = " 0.2" , optional = true }
40+ want = { version = " 0.3" , optional = true }
4141
4242[dev-dependencies ]
4343futures-util = { version = " 0.3" , default-features = false , features = [" alloc" ] }
@@ -78,8 +78,8 @@ http1 = []
7878http2 = [" dep:h2" ]
7979
8080# Client/Server
81- client = []
82- server = []
81+ client = [" dep:want " ]
82+ server = [" dep:httpdate " ]
8383
8484# C-API support (currently unstable (no semver))
8585ffi = [" dep:libc" , " dep:http-body-util" ]
You can’t perform that action at this time.
0 commit comments