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:
parent
aefd3b23ef
commit
d4ed89e61c
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue