1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-19 01:40:08 +00:00

Update crates and small clippy fix

- Update all crates
- Remove async which is reported by clippy in v1.72.0
This commit is contained in:
BlackDex 2023-07-04 20:12:50 +02:00
parent 19e671ff25
commit 0a6b797e6e
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
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,