From d4ed89e61ccda6b45c46e0dd43c64673b682a6e5 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 11 Jun 2026 20:55:31 -0500 Subject: [PATCH] chore: update Cargo.lock with once_cell and unicode-width deps Adds lock entries for the two new dependencies added in Sprint 2/7. Authored by TheArchitectit --- rust/Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 028e4b20..8b9498d9 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2400,6 +2400,7 @@ dependencies = [ "crossterm", "log", "mock-anthropic-service", + "once_cell", "plugins", "pulldown-cmark", "ratatui", @@ -2411,6 +2412,7 @@ dependencies = [ "tokio", "tools", "tui-textarea", + "unicode-width 0.2.0", ] [[package]]