Skip to content

Commit d1cafce

Browse files
committed
chore(http/insert): upgrade to hyper 1.x
Signed-off-by: katelyn martin <[email protected]>
1 parent 549682b commit d1cafce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkerd/http/insert/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ impl<F, L, V, B> Future for ResponseInsertFuture<F, L, V, B>
279279
where
280280
F: TryFuture<Ok = http::Response<B>>,
281281
L: Lazy<V>,
282-
V: Send + Sync + 'static,
282+
V: Clone + Send + Sync + 'static,
283283
{
284284
type Output = Result<F::Ok, F::Error>;
285285

0 commit comments

Comments
 (0)