From b2216861330dfd4921c525ead0230b5f10130a0d Mon Sep 17 00:00:00 2001 From: th-kim0823 Date: Sun, 10 May 2026 11:04:17 +0900 Subject: [PATCH] chore: sync Cargo.lock for kebab-mcp time dep (fb-36) PR #127 added time = { workspace = true } to kebab-mcp/Cargo.toml but Cargo.lock entry was not regenerated before merge. cargo build on main locally regenerates the +time line under kebab-mcp. 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 12804d3..0598322 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3717,6 +3717,7 @@ dependencies = [ "serde", "serde_json", "tempfile", + "time", "tokio", "tracing", ]