From 512c9f7a1909732bc79056e00e5a885d556fa65f Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 24 Apr 2026 21:23:52 +0100 Subject: [PATCH] chore(gamification): update Cargo.lock for kon-storage serde dep Downstream effect of the Task 4 commit (83bd338) adding serde = "1" to crates/storage/Cargo.toml. Lockfile change is a single line recording the new dependency on the pinned crates.io version; no other crates affected. Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index 9f77f7d..e84add5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2700,6 +2700,7 @@ version = "0.1.0" dependencies = [ "kon-core", "log", + "serde", "sqlx", "tokio", "uuid",