From 4378832965a2b7b7ad73dec082ec4b047dcf712d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 14 Jul 2025 18:02:36 +0000 Subject: [PATCH] Update Rust crate mlua to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9bb7fe8..cbb3a3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,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.10.0", features = ["lua54", "send", "vendored"] } +mlua = { version = "0.11.0", features = ["lua54", "send", "vendored"] } public-ip = { version = "0.2.2", default-features = false, features = [ "all-providers", "tokio-dns-resolver", -- 2.47.1