From d590b2bc19247d6af7745f53a559af585d40de6d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 27 Feb 2025 06:02:29 +0000 Subject: [PATCH] Update Rust crate mlua to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 502d710..66279da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }