From bda84d8fc5c02756e1383f85fabcc7f54dc1f3a8 Mon Sep 17 00:00:00 2001
From: RenovateBot <gitea@gavania.de>
Date: Mon, 3 Mar 2025 18:02:32 +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",
-- 
2.47.1