1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Bump rustc to 1.65

This commit is contained in:
Quentin Gliech
2022-11-03 15:47:38 +01:00
parent a414936484
commit eeb442b6d0
4 changed files with 5 additions and 5 deletions

View File

@@ -101,7 +101,7 @@ pub async fn get(
let (_clock, mut rng) = crate::rng_and_clock()?;
let mut conn = pool.acquire().await?;
let session = user_authorization.protected(&mut *conn).await?;
let session = user_authorization.protected(&mut conn).await?;
let user = session.browser_session.user;
let mut user_info = UserInfo {