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) <noreply@anthropic.com>
This commit is contained in:
th-kim0823
2026-05-10 11:04:17 +09:00
parent a72c6f307c
commit b221686133

1
Cargo.lock generated
View File

@@ -3717,6 +3717,7 @@ dependencies = [
"serde",
"serde_json",
"tempfile",
"time",
"tokio",
"tracing",
]