Update Rust crate mlua to 0.12.0 #75

Merged
lucas merged 2 commits from renovate/mlua-0.x into master 2026-07-07 13:06:30 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
mlua dependencies minor 0.11.00.12.0

Release Notes

mlua-rs/mlua (mlua)

v0.12.0

Compare Source

Changes since v0.12.0-rc.2

  • Create root re-exports are refactored (only essentials are re-exported, the rest is in the new submodules)
  • Added ThreadStatus::Normal and Thread::is_normal (mimic coroutine.status)
  • Added Lua::set_jit_options with support of Luau JIT inliner (Luau)
  • Added Value::as_vector/Value::is_vector (Luau)
  • Added Table::remove
  • serde: tables with the array metatable are always encoded as arrays (incl. detect_mixed_tables option)
  • impl Hash for BorrowedStr/BorrowedBytes
  • Lua::current_thread resolves implicit async threads to their root owner (#​706)
  • Bugfixes and improvements

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mlua](https://github.com/mlua-rs/mlua) | dependencies | minor | `0.11.0` → `0.12.0` | --- ### Release Notes <details> <summary>mlua-rs/mlua (mlua)</summary> ### [`v0.12.0`](https://github.com/mlua-rs/mlua/blob/HEAD/CHANGELOG.md#v0120-Jul-05-2026) [Compare Source](https://github.com/mlua-rs/mlua/compare/v0.11.6...v0.12.0) Changes since v0.12.0-rc.2 - Create root re-exports are refactored (only essentials are re-exported, the rest is in the new submodules) - Added `ThreadStatus::Normal` and `Thread::is_normal` (mimic `coroutine.status`) - Added `Lua::set_jit_options` with support of Luau JIT inliner (Luau) - Added `Value::as_vector`/`Value::is_vector` (Luau) - Added `Table::remove` - `serde`: tables with the array metatable are always encoded as arrays (incl. `detect_mixed_tables` option) - impl `Hash` for `BorrowedStr`/`BorrowedBytes` - `Lua::current_thread` resolves implicit async threads to their root owner ([#&#8203;706](https://github.com/mlua-rs/mlua/issues/706)) - Bugfixes and improvements </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot bot force-pushed renovate/mlua-0.x from ed5e6f53b5
Some checks failed
check / check (pull_request_target) Failing after 1m29s
check / build (pull_request_target) Failing after 1m35s
to 52661104fd
Some checks failed
check / build (pull_request_target) Failing after 58s
check / check (pull_request_target) Failing after 47s
2026-07-07 11:01:31 +02:00
Compare
chore: Convert error type
All checks were successful
check / check (pull_request_target) Successful in 44s
check / build (pull_request_target) Successful in 55s
79af52526d
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
lucas merged commit 302ec5ffdb into master 2026-07-07 13:06:30 +02:00
lucas deleted branch renovate/mlua-0.x 2026-07-07 13:06:31 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No assignees
2 participants
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!75
No description provided.