1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-31 08:09:07 +00:00
vaultwarden/src
Mathijs van Veluw 66cf179bca
Updates and general fixes (#5762)
Updated all the crates to the latest version.
We can unpin mimalloc, since the musl issues have been fixed
Also fix a RUSTSEC https://osv.dev/vulnerability/RUSTSEC-2025-0023 for tokio

Fixed some clippy lints reported by nightly.

Ensure lints and are also run on the macro crate.
This resulted in some lints being triggered, which I fixed.

Updated some GHA uses.

Signed-off-by: BlackDex <black.dex@gmail.com>
2025-04-09 21:21:10 +02:00
..
api Updates and general fixes (#5762) 2025-04-09 21:21:10 +02:00
db Some fixes for the new web-vault and updates (#5703) 2025-03-17 23:02:02 +01:00
static Update deps and web-vault (#5742) 2025-04-04 12:18:09 +02:00
auth.rs Implement new registration flow with email verification (#5215) 2025-03-17 16:28:01 +01:00
config.rs Some fixes for the new web-vault and updates (#5703) 2025-03-17 23:02:02 +01:00
crypto.rs Use subtle to replace deprecated ring::constant_time::verify_slices_are_equal (#5680) 2025-03-15 19:33:17 +01:00
error.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
http_client.rs Update Rust, Crates and other deps (#5709) 2025-03-19 17:39:53 +01:00
mail.rs Implement new registration flow with email verification (#5215) 2025-03-17 16:28:01 +01:00
main.rs rename membership and adopt newtype pattern (#5320) 2025-01-09 18:37:23 +01:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Fix icon redirect not working on desktop (#5536) 2025-02-04 13:20:32 +01:00