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",

View file

@ -43,6 +43,7 @@ unic-langid = "0.9"
chrono = "0.4"
mlua = { version = "0.11.5", features = ["lua55", "vendored", "async", "serde"] }
reqwest = { version = "0.13.1", features = ["blocking", "json"] }
thiserror = "2"
tempfile = "^3.24"
winrt-notification = "0.5"