Update Rust crate mlua to v0.11.6 #56

Open
renovate-bot wants to merge 1 commit from renovate/mlua-0.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
mlua dependencies patch 0.11.4 -> 0.11.6

Release Notes

mlua-rs/mlua (mlua)

v0.11.6

Compare Source

  • Added Lua 5.5 support (lua55 feature flag)
  • Luau updated to 0.705+
  • Added AnyUserData::is_proxy method to check if userdata is a proxy
  • Added num_params, num_upvalues, is_vararg to FunctionInfo

v0.11.5

Compare Source

  • Luau updated to 0.701
  • Added Lua::set_memory_category and Lua::heap_dump functions to profile (Luau) memory
  • Added Lua::type_metatable helper to get metatable of a primitive type
  • Added Lua::traceback function to generate stack traces at different levels
  • Added add_method_once /add_async_method_once UserData methods (experimental)
  • Make AnyUserData::type_name public
  • impl IntoLuaMulti for &MultiValue
  • Bugfixes and async perf improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mlua](https://github.com/mlua-rs/mlua) | dependencies | patch | `0.11.4` -> `0.11.6` | --- ### Release Notes <details> <summary>mlua-rs/mlua (mlua)</summary> ### [`v0.11.6`](https://github.com/mlua-rs/mlua/blob/HEAD/CHANGELOG.md#v0116-Jan-27-2026) [Compare Source](https://github.com/mlua-rs/mlua/compare/v0.11.5...v0.11.6) - Added Lua 5.5 support (`lua55` feature flag) - Luau updated to 0.705+ - Added `AnyUserData::is_proxy` method to check if userdata is a proxy - Added `num_params`, `num_upvalues`, `is_vararg` to `FunctionInfo` ### [`v0.11.5`](https://github.com/mlua-rs/mlua/blob/HEAD/CHANGELOG.md#v0115-Nov-22-2025) [Compare Source](https://github.com/mlua-rs/mlua/compare/v0.11.4...v0.11.5) - Luau updated to 0.701 - Added `Lua::set_memory_category` and `Lua::heap_dump` functions to profile (Luau) memory - Added `Lua::type_metatable` helper to get metatable of a primitive type - Added `Lua::traceback` function to generate stack traces at different levels - Added `add_method_once` /`add_async_method_once` UserData methods (experimental) - Make `AnyUserData::type_name` public - impl `IntoLuaMulti` for `&MultiValue` - Bugfixes and async perf improvements </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My43IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Update Rust crate mlua to v0.11.5
Some checks failed
check / check (pull_request_target) Failing after 1m11s
check / build (pull_request_target) Successful in 1m24s
ecec0f16d6
renovate-bot bot changed title from Update Rust crate mlua to v0.11.5 to Update Rust crate mlua to v0.11.6 2026-01-27 21:32:18 +01:00
renovate-bot bot force-pushed renovate/mlua-0.x-lockfile from ecec0f16d6
Some checks failed
check / check (pull_request_target) Failing after 1m11s
check / build (pull_request_target) Successful in 1m24s
to 02add9fcdf
Some checks failed
check / check (pull_request_target) Failing after 1m12s
check / build (pull_request_target) Successful in 1m22s
2026-01-27 21:32:19 +01:00
Compare
Some checks failed
check / check (pull_request_target) Failing after 1m12s
Required
Details
check / build (pull_request_target) Successful in 1m22s
Required
Details
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mlua-0.x-lockfile:renovate/mlua-0.x-lockfile
git switch renovate/mlua-0.x-lockfile
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lucas/ntfy-collector!56
No description provided.