Update project dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-29 14:53:29 +01:00
parent c44c6c3bf5
commit 58eceeda2d
10 changed files with 891 additions and 579 deletions

View File

@@ -130,7 +130,7 @@ pub async fn get_certificate(query: web::Query<ReqWithDevID>, actor: WebEnergyAc
.body(cert))
}
#[derive(Debug, serde::Serialize, serde::Deserialize)]
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
struct Claims {
info: DeviceInfo,
}