From 7f3b1abbb15a0929d9c27fa5e4115d2701e4c75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 21:16:31 +0000 Subject: [PATCH] Bump mlua from 0.10.5 to 0.12.0 Bumps [mlua](https://github.com/mlua-rs/mlua) from 0.10.5 to 0.12.0. - [Release notes](https://github.com/mlua-rs/mlua/releases) - [Changelog](https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md) - [Commits](https://github.com/mlua-rs/mlua/compare/v0.10.5...v0.12.0) --- updated-dependencies: - dependency-name: mlua dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++++----- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e946c39..946c69c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2082,27 +2082,28 @@ dependencies = [ [[package]] name = "mlua" -version = "0.10.5" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1f5f8fbebc7db5f671671134b9321c4b9aa9adeafccfd9a8c020ae45c6a35d0" +checksum = "ad72ffa037cf5970c9860674f32f703fda25d86cf217475fe7a79c5f9961bcaa" dependencies = [ "bstr", "either", + "libc", "mlua-sys", "num-traits", "parking_lot", "rustc-hash 2.1.3", - "rustversion", ] [[package]] name = "mlua-sys" -version = "0.6.8" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "380c1f7e2099cafcf40e51d3a9f20a346977587aa4d012eae1f043149a728a93" +checksum = "92136787b906d4e55cfe96cd6c62e010bb1a56889d0d6cf83eb016dbad07576b" dependencies = [ "cc", "cfg-if", + "libc", "pkg-config", ] diff --git a/Cargo.toml b/Cargo.toml index b5facb3..af94401 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ age = "0.10" # Plugins wasmtime = "47" -mlua = { version = "0.10", features = ["lua54"] } +mlua = { version = "0.12", features = ["lua54"] } # Networking reqwest = { version = "0.12", features = ["json"] }