Update code to Rust Edition 2024
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 20:19:15 +01:00
parent 7869c3a863
commit 90ebf4c4c6
3 changed files with 668 additions and 372 deletions

View File

@ -1,6 +1,6 @@
use actix_remote_ip::{RemoteIP, RemoteIPConfig};
use actix_web::middleware::Logger;
use actix_web::{get, web, App, HttpResponse, HttpServer};
use actix_web::{App, HttpResponse, HttpServer, get, web};
use askama::Template;
use light_openid::basic_state_manager::BasicStateManager;
use light_openid::primitives::OpenIDConfig;