Skip to content

Commit

Permalink
chore(http/insert): upgrade to hyper 1.x
Browse files Browse the repository at this point in the history
Signed-off-by: katelyn martin <[email protected]>
  • Loading branch information
cratelyn committed Jan 22, 2025
1 parent a02c5fa commit 5085d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkerd/http/insert/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ impl<F, L, V, B> Future for ResponseInsertFuture<F, L, V, B>
where
F: TryFuture<Ok = http::Response<B>>,
L: Lazy<V>,
V: Send + Sync + 'static,
V: Clone + Send + Sync + 'static,
{
type Output = Result<F::Ok, F::Error>;

Expand Down

0 comments on commit 5085d02

Please sign in to comment.