From 4f06572d75fea2b5fd2c802d92dca1b225c6ee61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:28:23 +0000 Subject: [PATCH] build(deps): bump mlua from 0.10.2 to 0.10.3 Bumps [mlua](https://github.com/khvzak/mlua) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/khvzak/mlua/releases) - [Changelog](https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md) - [Commits](https://github.com/khvzak/mlua/commits) --- updated-dependencies: - dependency-name: mlua dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1ae7adb..340164b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2594,9 +2594,9 @@ dependencies = [ [[package]] name = "mlua" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea43c3ffac2d0798bd7128815212dd78c98316b299b7a902dabef13dc7b6b8d" +checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b" dependencies = [ "bstr", "either", diff --git a/Cargo.toml b/Cargo.toml index 79119134..cb9401b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ actix-cors = { version = "0.7.0", default-features = false } fake-useragent = { version = "0.1.3", default-features = false } env_logger = { version = "0.11.6", default-features = false } log = { version = "0.4.21", default-features = false } -mlua = { version = "0.10.2", features = [ +mlua = { version = "0.10.3", features = [ "luajit", "vendored", ], default-features = false }