From cb97e3ef4de8391b6831b4dbc6f711b03a475953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 11:50:17 +0000 Subject: [PATCH] Update mlua requirement from 0.10.3 to 0.11.1 Updates the requirements on [mlua](https://github.com/mlua-rs/mlua) to permit the latest version. - [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.3...v0.11.1) --- updated-dependencies: - dependency-name: mlua dependency-version: 0.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/libafl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/libafl/Cargo.toml b/crates/libafl/Cargo.toml index ecbd2b0d6f..adc4c8c511 100644 --- a/crates/libafl/Cargo.toml +++ b/crates/libafl/Cargo.toml @@ -306,7 +306,7 @@ num_enum = { workspace = true, optional = true } fastbloom = { workspace = true, optional = true } # For Lua Mutators # TODO: macros is not needed/ a temporary fix for docsrs, see -mlua = { version = "0.10.3", features = [ +mlua = { version = "0.11.1", features = [ "lua54", "vendored", "macros",