chore: add thiserror to workspace deps
Required by the new llm module's error enum.
This commit is contained in:
parent
a58b832b44
commit
d6792fc038
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -3324,6 +3324,7 @@ dependencies = [
|
|||
"sha2",
|
||||
"sys-locale",
|
||||
"tempfile",
|
||||
"thiserror 2.0.17",
|
||||
"tokenizers",
|
||||
"tokio",
|
||||
"tokio-tungstenite",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue