Bump to Lua 5.5

This commit is contained in:
Priler 2026-02-08 06:42:58 +05:00
parent 13d6686dd9
commit 4815c7f9bb
4 changed files with 691 additions and 23 deletions

View file

@ -41,7 +41,8 @@ fluent = "0.17.0"
fluent-bundle = "0.16.0"
unic-langid = "0.9"
chrono = "0.4"
mlua = { version = "0.11.5", features = ["lua54", "vendored", "async", "serde"] }
mlua = { version = "0.11.5", features = ["lua55", "vendored", "async", "serde"] }
reqwest = { version = "0.13.1", features = ["blocking", "json"] }
tempfile = "^3.24"
winrt-notification = "0.5"
winrt-notification = "0.5"
fastembed = "^5.8.1"