chore(gamification): update Cargo.lock for kon-storage serde dep
Some checks failed
check / cargo check (macos-latest) (push) Has been cancelled
check / cargo check (ubuntu-22.04) (push) Has been cancelled
check / cargo check (windows-latest) (push) Has been cancelled
check / svelte build + lint (push) Has been cancelled

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) <noreply@anthropic.com>
This commit is contained in:
2026-04-24 21:23:52 +01:00
parent d8011bbe7c
commit 512c9f7a19

1
Cargo.lock generated
View File

@@ -2700,6 +2700,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"kon-core", "kon-core",
"log", "log",
"serde",
"sqlx", "sqlx",
"tokio", "tokio",
"uuid", "uuid",