This commit is contained in:
sxyazi 2025-07-16 11:01:07 +08:00
parent 16cc9f552b
commit f7d10aaf6c
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1483,9 +1483,9 @@ dependencies = [
[[package]]
name = "mlua"
version = "0.11.0"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22fe7d52e09b3229ee7a6dfc5ba77fa250d8cd3478d3a509cc17934571a7ea0b"
checksum = "de25fc513588ac1273aa8c6dc0fffee6d32c12f38dc75f5cdc74547121a107ef"
dependencies = [
"anyhow",
"bstr",

View file

@ -34,7 +34,7 @@ globset = "0.4.16"
indexmap = { version = "2.10.0", features = [ "serde" ] }
libc = "0.2.174"
lru = "0.16.0"
mlua = { version = "0.11.0", features = [ "anyhow", "async", "error-send", "lua54", "macros", "serialize" ] }
mlua = { version = "0.11.1", features = [ "anyhow", "async", "error-send", "lua54", "macros", "serde" ] }
objc = "0.2.7"
ordered-float = { version = "5.0.0", features = [ "serde" ] }
parking_lot = "0.12.4"