From 4f7c72be9bc0817362cffc706c496815d1c55ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 20:10:33 +0000 Subject: [PATCH] build(deps): bump mlua from 0.11.6 to 0.12.0 Bumps [mlua](https://github.com/mlua-rs/mlua) from 0.11.6 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.11.6...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 | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fc2ad53d..703b690d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2737,9 +2737,9 @@ dependencies = [ [[package]] name = "mlua" -version = "0.11.6" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccd36acfa49ce6ee56d1307a061dd302c564eee757e6e4cd67eb4f7204846fab" +checksum = "ad72ffa037cf5970c9860674f32f703fda25d86cf217475fe7a79c5f9961bcaa" dependencies = [ "bstr", "either", @@ -2748,14 +2748,13 @@ dependencies = [ "num-traits", "parking_lot", "rustc-hash", - "rustversion", ] [[package]] name = "mlua-sys" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f1c3a7fc7580227ece249fd90aa2fa3b39eb2b49d3aec5e103b3e85f2c3dfc8" +checksum = "92136787b906d4e55cfe96cd6c62e010bb1a56889d0d6cf83eb016dbad07576b" dependencies = [ "cc", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index d929f90b6..d5f95c3fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -194,7 +194,7 @@ rmpv = "1.0" # redis = { version = "1.2", default-features = false } # -mlua = "0.11.6" +mlua = "0.12.0" pyo3 = { version = "0.29", default-features = false, features = ["auto-initialize"] } # cfg-if = "1.0"