Update crates, gha and web-vault (#6234)

- Update crates to the latest version (Some are yanked and downgraded)
- Update GHA's
- Update web-vault to v2025.8.0

Signed-off-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
Mathijs van Veluw
2025-08-26 21:16:50 +02:00
committed by GitHub
parent 3510351f4d
commit 6db5b7115d
13 changed files with 180 additions and 145 deletions

View File

@@ -442,7 +442,6 @@ async fn _password_login(
authenticated_response(&user, &mut device, auth_tokens, twofactor_token, &now, conn, ip).await
}
#[allow(clippy::too_many_arguments)]
async fn authenticated_response(
user: &User,
device: &mut Device,