diff --git a/src/client/compat_impl.rs b/src/client/compat_impl.rs index 6ff7d3eb..6887114f 100644 --- a/src/client/compat_impl.rs +++ b/src/client/compat_impl.rs @@ -4,7 +4,7 @@ use tokio_service::Service; use client::{Connect, Client, FutureResponse}; use error::Error; -use http::Body; +use proto::Body; /// A Client to make outgoing HTTP requests. #[derive(Debug)]