mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-06 19:19:09 +00:00
Merge pull request #3649 from BlackDex/update-crates
Update crates and small clippy fix
This commit is contained in:
commit
a6cfdddfd8
3 changed files with 245 additions and 225 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue