From bdd6c14cef098ac3566607845b79c7eedc4fdce7 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 1 Mar 2025 18:02:31 +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 9594f54..6fe1a19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,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",