Dependency Update

Updated deps and added serialize for the structs
This commit is contained in:
2026-04-22 16:00:09 +02:00
parent bc0d3cb589
commit 94aea7ca27
3 changed files with 5 additions and 3 deletions

1
backend/Cargo.lock generated
View File

@@ -104,6 +104,7 @@ dependencies = [
"chrono",
"dotenv",
"serde",
"serde_json",
"sqlx",
"tokio",
]