From 57f86d42f2f1b6c15ee85678ee605250c9f77f0a Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 28 Sep 2017 21:43:44 -0700 Subject: [PATCH] refactor(lib): fix compat layer after rename to proto --- src/client/compat_impl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]