[PR #1097] [MERGED] build(deps): bump mlua from 0.11.0 to 0.11.1 #5361

Closed
opened 2026-05-23 00:57:01 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1097
Author: @dependabot[bot]
Created: 7/21/2025
Status: Merged
Merged: 7/21/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/mlua-0.11.1


📝 Commits (1)

  • c3c3dab build(deps): bump mlua from 0.11.0 to 0.11.1

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps mlua from 0.11.0 to 0.11.1.

Release notes

Sourced from mlua's releases.

v0.11.1

What's Changed

  • Fixed bug exhausting Lua auxiliary stack and leaving it without reserve (#615)
  • Lua::push_c_function now correctly handles OOM for Lua 5.1 and Luau

Full Changelog: https://github.com/mlua-rs/mlua/compare/v0.11.0...v0.11.1

Changelog

Sourced from mlua's changelog.

v0.11.1 (Jul 15, 2025)

  • Fixed bug exhausting Lua auxiliary stack and leaving it without reserve (#615)
  • Lua::push_c_function now correctly handles OOM for Lua 5.1 and Luau
Commits
  • 78331ce v0.11.1
  • f945a35 Execute metatable destructor in Table::set_metatable at the end of invocation
  • 459edb6 Always grow aux ref stack considering the reserve
  • 00328b0 Protect Lua::push_c_function for Lua <5.2
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1097 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/21/2025 **Status:** ✅ Merged **Merged:** 7/21/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/mlua-0.11.1` --- ### 📝 Commits (1) - [`c3c3dab`](https://github.com/JakeStanger/ironbar/commit/c3c3dab11b115d2350ae0e6c13f4ba3a65dc7da7) build(deps): bump mlua from 0.11.0 to 0.11.1 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [mlua](https://github.com/mlua-rs/mlua) from 0.11.0 to 0.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mlua-rs/mlua/releases">mlua's releases</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <h2>What's Changed</h2> <ul> <li>Fixed bug exhausting Lua auxiliary stack and leaving it without reserve (<a href="https://redirect.github.com/mlua-rs/mlua/issues/615">#615</a>)</li> <li>Lua::push_c_function now correctly handles OOM for Lua 5.1 and Luau</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mlua-rs/mlua/compare/v0.11.0...v0.11.1">https://github.com/mlua-rs/mlua/compare/v0.11.0...v0.11.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md">mlua's changelog</a>.</em></p> <blockquote> <h2>v0.11.1 (Jul 15, 2025)</h2> <ul> <li>Fixed bug exhausting Lua auxiliary stack and leaving it without reserve (<a href="https://redirect.github.com/mlua-rs/mlua/issues/615">#615</a>)</li> <li><code>Lua::push_c_function</code> now correctly handles OOM for Lua 5.1 and Luau</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mlua-rs/mlua/commit/78331ceebea2ccd9469d8d55d54970739a5b957f"><code>78331ce</code></a> v0.11.1</li> <li><a href="https://github.com/mlua-rs/mlua/commit/f945a35cbdef44955a1b4e24e2d0e56fc4e31b4e"><code>f945a35</code></a> Execute metatable destructor in <code>Table::set_metatable</code> at the end of invocation</li> <li><a href="https://github.com/mlua-rs/mlua/commit/459edb6816e97667aa1b8d84458feec4eefdb774"><code>459edb6</code></a> Always grow aux ref stack considering the reserve</li> <li><a href="https://github.com/mlua-rs/mlua/commit/00328b0b644fff8a677d62c7a826ecb13956fd0c"><code>00328b0</code></a> Protect <code>Lua::push_c_function</code> for Lua &lt;5.2</li> <li>See full diff in <a href="https://github.com/mlua-rs/mlua/compare/v0.11.0...v0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mlua&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:57:01 +01:00
Sign in to join this conversation.
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
JakeStanger/ironbar#5361
No description provided.