Update Rust and Crates (#4211)

- Updated Rust to v1.75.0
- Updated all the crates
- Fixed warning generated by latest version of Rust
This commit is contained in:
Mathijs van Veluw
2024-01-01 15:41:54 +01:00
committed by GitHub
parent cbdcf8ef9f
commit c5665e7b77
7 changed files with 116 additions and 117 deletions

View File

@@ -13,7 +13,6 @@ pub use ciphers::{purge_trashed_ciphers, CipherData, CipherSyncData, CipherSyncT
pub use emergency_access::{emergency_notification_reminder_job, emergency_request_timeout_job};
pub use events::{event_cleanup_job, log_event, log_user_event};
pub use sends::purge_sends;
pub use two_factor::send_incomplete_2fa_notifications;
pub fn routes() -> Vec<Route> {
let mut eq_domains_routes = routes![get_eq_domains, post_eq_domains, put_eq_domains];