Merge pull request #3649 from BlackDex/update-crates

Update crates and small clippy fix
This commit is contained in:
Daniel García
2023-07-04 20:56:05 +02:00
committed by GitHub
3 changed files with 245 additions and 225 deletions

View File

@@ -75,7 +75,7 @@ impl Drop for WSEntryMapGuard {
}
#[get("/hub?<data..>")]
async fn websockets_hub<'r>(
fn websockets_hub<'r>(
ws: rocket_ws::WebSocket,
data: WsAccessToken,
ip: ClientIp,