vaultwarden/src
Mathijs van Veluw 71b3d3c818
Update Rust and crates (#5248)
* Update Rust and crates

- Updated Rust to v1.83.0
- Updated MSRV to v1.82.0 (Needed for html5gum crate)
- Updated icon fetching code to match new html5gum version
- Updated workflows
- Enabled edition 2024 clippy lints
  Nightly reports some clippy hints, but that would be too much to change in this PR i think.

Signed-off-by: BlackDex <black.dex@gmail.com>

* Some additional updates

- Patch fern to allow syslog-7 feature
- Fixed diesel logger which was broken because of the sqlite backup feature
  Refactored the sqlite backup because of this
- Added a build workflow test to include the query_logger feature

Signed-off-by: BlackDex <black.dex@gmail.com>

* Also patch yubico-rs and latest updates

Signed-off-by: BlackDex <black.dex@gmail.com>

---------

Signed-off-by: BlackDex <black.dex@gmail.com>
2024-12-05 22:10:59 +01:00
..
api Update Rust and crates (#5248) 2024-12-05 22:10:59 +01:00
db Update Rust and crates (#5248) 2024-12-05 22:10:59 +01:00
static Add dynamic CSS support (#4940) 2024-11-11 20:14:04 +01:00
auth.rs Support SSH keys on desktop 2024.12 (#5187) 2024-11-15 18:38:16 +01:00
config.rs Support SSH keys on desktop 2024.12 (#5187) 2024-11-15 18:38:16 +01:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
http_client.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
mail.rs Update crates and fix several issues 2024-11-10 23:56:19 +01:00
main.rs Update Rust and crates (#5248) 2024-12-05 22:10:59 +01:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Update crates and fix several issues 2024-11-10 23:56:19 +01:00