From 7cebf06124140538c635a22ca716e3ee69260503 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:03:30 +0200 Subject: [PATCH] chore: update Cargo.lock after frontend build --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index fb81f0a..f496b69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,6 +128,8 @@ dependencies = [ "argon2", "axum", "axum-extra", + "base64", + "chrono", "rand", "serde", "serde_json",