Skip to content

Commit 9614fd3

Browse files
chore: fix MSRV build CI
1 parent d6f5371 commit 9614fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/router/src/services/authentication.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ where
392392
impl<A, I> AuthenticateAndFetch<AuthenticationData, A> for HeaderAuth<I>
393393
where
394394
A: SessionStateInfo + Send + Sync,
395-
I: AuthenticateAndFetch<AuthenticationData, A> + Sync,
395+
I: AuthenticateAndFetch<AuthenticationData, A> + Sync + Send,
396396
{
397397
async fn authenticate_and_fetch(
398398
&self,

0 commit comments

Comments
 (0)