chore: add thiserror to workspace deps

Required by the new llm module's error enum.
This commit is contained in:
Bossiara13 2026-04-22 19:36:06 +03:00
parent a58b832b44
commit d6792fc038
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -3324,6 +3324,7 @@ dependencies = [
"sha2",
"sys-locale",
"tempfile",
"thiserror 2.0.17",
"tokenizers",
"tokio",
"tokio-tungstenite",