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
This commit is contained in:
Claude 2026-06-11 20:55:31 -05:00
parent aefd3b23ef
commit d4ed89e61c
1 changed files with 2 additions and 0 deletions

2
rust/Cargo.lock generated
View File

@ -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]]