From b86490385b4d11c8a3e981da04020870c8f89e19 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 28 Feb 2025 21:04:03 +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 d098063..4fc9f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,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", -- 2.47.1