mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-11 11:15:58 +03:00
Merge pull request #3649 from BlackDex/update-crates
Update crates and small clippy fix
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user