Skip to content

Commit b0f413e

Browse files
Bump mlua from 0.11.4 to 0.11.5 (#3544)
Bumps [mlua](https://github.com/mlua-rs/mlua) from 0.11.4 to 0.11.5. - [Release notes](https://github.com/mlua-rs/mlua/releases) - [Changelog](https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md) - [Commits](mlua-rs/mlua@v0.11.4...v0.11.5) --- updated-dependencies: - dependency-name: mlua dependency-version: 0.11.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5cc8b5 commit b0f413e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/libafl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ document-features = { workspace = true, optional = true }
303303
# Optional
304304
# For Lua Mutators
305305
# TODO: macros is not needed/ a temporary fix for docsrs, see <https://github.com/mlua-rs/mlua/issues/579>
306-
mlua = { version = "0.11.4", features = [
306+
mlua = { version = "0.11.5", features = [
307307
"lua54",
308308
"vendored",
309309
"macros",

0 commit comments

Comments
 (0)