serve also requires hyper/http1

This commit is contained in:
David Pedersen
2023-03-24 15:25:29 +01:00
parent f1c0b118ea
commit b1e9930eb6
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -62,7 +62,6 @@ mod tests {
use http_body_util::BodyExt;
use serde_json::{json, Value};
use std::net::SocketAddr;
use tokio::net::TcpListener;
use tower::Service; // for `call`
use tower::ServiceExt; // for `oneshot` and `ready` // for `collect`