Update Rust crate mlua to 0.10.0

This commit is contained in:
RenovateBot 2025-02-27 06:02:29 +00:00
parent 4e8f652ffd
commit d590b2bc19

View file

@ -44,7 +44,7 @@ iterchunks = "0.5.0"
reqwest = { version = "0.12.5", features = ["blocking"] }
shared_library = "0.1.9"
gltf = { version = "1.4.1", features = ["extras", "names"] }
mlua = { version = "0.9.9", features = ["lua54", "send", "vendored"] }
mlua = { version = "0.10.0", features = ["lua54", "send", "vendored"] }
public-ip = { version = "0.2.2", default-features = false, features = ["all-providers", "tokio-dns-resolver"] }
async-std = { version = "1.12.0" }
if-addrs = { version = "0.13.0" }