diff --git a/linkerd/http/insert/src/lib.rs b/linkerd/http/insert/src/lib.rs index 21710ae0da..173fb78eb0 100644 --- a/linkerd/http/insert/src/lib.rs +++ b/linkerd/http/insert/src/lib.rs @@ -279,7 +279,7 @@ impl Future for ResponseInsertFuture where F: TryFuture>, L: Lazy, - V: Send + Sync + 'static, + V: Clone + Send + Sync + 'static, { type Output = Result;