File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ all-features = true
2626async-compression = { version = " 0.4.5" , features = [" tokio" ], optional = true }
2727bytes = " 1.0"
2828futures-util = { version = " 0.3" , default-features = false , features = [" sink" ] }
29- futures-channel = { version = " 0.3.17" , features = [" sink" ]}
29+ futures-channel = { version = " 0.3.17" , features = [" sink" ], optional = true }
3030headers = " 0.4"
3131http = " 1"
3232http-body = " 1"
@@ -65,7 +65,7 @@ default = []
6565multipart = [" dep:multer" ]
6666websocket = [" dep:hyper" , " dep:tokio-tungstenite" , " hyper-util/tokio" ]
6767server = [" dep:hyper" , " dep:hyper-util" , " tokio/net" ]
68- test = [" server" , " hyper/client" , " hyper/http1" ]
68+ test = [" server" , " hyper/client" , " hyper/http1" , " dep:futures-channel " ]
6969# tls might come back, uncertain
7070# tls = ["tokio-rustls", "rustls-pemfile"]
7171
You can’t perform that action at this time.
0 commit comments