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",
|
"sha2",
|
||||||
"sys-locale",
|
"sys-locale",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
|
"thiserror 2.0.17",
|
||||||
"tokenizers",
|
"tokenizers",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-tungstenite",
|
"tokio-tungstenite",
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@ unic-langid = "0.9"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
mlua = { version = "0.11.5", features = ["lua55", "vendored", "async", "serde"] }
|
mlua = { version = "0.11.5", features = ["lua55", "vendored", "async", "serde"] }
|
||||||
reqwest = { version = "0.13.1", features = ["blocking", "json"] }
|
reqwest = { version = "0.13.1", features = ["blocking", "json"] }
|
||||||
|
thiserror = "2"
|
||||||
tempfile = "^3.24"
|
tempfile = "^3.24"
|
||||||
winrt-notification = "0.5"
|
winrt-notification = "0.5"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue