From 9aa71e24c0bab0841f3051a079b672e28d44d93c Mon Sep 17 00:00:00 2001 From: huqiantao Date: Sun, 7 Jun 2026 19:47:36 +0800 Subject: [PATCH] chore: update Cargo.lock for tracing dependency in core crate --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index 139ac2a7..d2b4ea17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -890,6 +890,7 @@ dependencies = [ "codewhale-state", "codewhale-tools", "serde_json", + "tracing", "uuid", ]