diff --git a/crates/matrix-sdk/src/http_client/mod.rs b/crates/matrix-sdk/src/http_client/mod.rs index e0944d558e1..eb3b940d960 100644 --- a/crates/matrix-sdk/src/http_client/mod.rs +++ b/crates/matrix-sdk/src/http_client/mod.rs @@ -261,7 +261,7 @@ async fn response_to_http_response( impl tower::Service> for HttpClient { type Response = http::Response; type Error = tower::BoxError; - type Future = futures_core::future::BoxFuture<'static, Result>; + type Future = matrix_sdk_base::BoxFuture<'static, Result>; fn poll_ready( &mut self,