[PR #601] [MERGED] build(deps): bump mlua from 0.9.7 to 0.9.8 #2231

Closed
opened 2026-05-22 22:56:13 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/601
Author: @dependabot[bot]
Created: 5/20/2024
Status: Merged
Merged: 5/21/2024
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/mlua-0.9.8


📝 Commits (1)

  • e1efcd2 build(deps): bump mlua from 0.9.7 to 0.9.8

📊 Changes

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

View changed files

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

📄 Description

Bumps mlua from 0.9.7 to 0.9.8.

Changelog

Sourced from mlua's changelog.

v0.9.8

  • Fixed serializing same table multiple times (#408)
  • Use mlua-sys v0.6 (to support Luau 0.624+)
  • Fixed cross compilation of windows dlls from unix (#394)
Commits

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/601 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/20/2024 **Status:** ✅ Merged **Merged:** 5/21/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/mlua-0.9.8` --- ### 📝 Commits (1) - [`e1efcd2`](https://github.com/JakeStanger/ironbar/commit/e1efcd20b5ecad6675e7a49cb6dac53f6211520f) build(deps): bump mlua from 0.9.7 to 0.9.8 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [mlua](https://github.com/khvzak/mlua) from 0.9.7 to 0.9.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mlua-rs/mlua/blob/master/CHANGELOG.md">mlua's changelog</a>.</em></p> <blockquote> <h2>v0.9.8</h2> <ul> <li>Fixed serializing same table multiple times (<a href="https://redirect.github.com/khvzak/mlua/issues/408">#408</a>)</li> <li>Use <code>mlua-sys</code> v0.6 (to support Luau 0.624+)</li> <li>Fixed cross compilation of windows dlls from unix (<a href="https://redirect.github.com/khvzak/mlua/issues/394">#394</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mlua-rs/mlua/commit/f2d48ce296697954595bcb05d255af0dc4e006a5"><code>f2d48ce</code></a> v0.9.8</li> <li><a href="https://github.com/mlua-rs/mlua/commit/0fa39d431d319c2381bda2748c0d56c5c40422d5"><code>0fa39d4</code></a> mlua_derive: v0.9.3</li> <li><a href="https://github.com/mlua-rs/mlua/commit/0aa86c4d47dd418e7534afe133560dc77ff03bd0"><code>0aa86c4</code></a> Update CHANGELOG</li> <li><a href="https://github.com/mlua-rs/mlua/commit/ea2faa37556f0483ca59353c224a17a4569d5a3d"><code>ea2faa3</code></a> clippy</li> <li><a href="https://github.com/mlua-rs/mlua/commit/59c9abbac76b7ec60c470c94698dfb29f6683b2e"><code>59c9abb</code></a> Fix serializing same table multiple times.</li> <li><a href="https://github.com/mlua-rs/mlua/commit/8f3de8aa19ac7263297b080862c0a7a0ddb5de04"><code>8f3de8a</code></a> mlua-sys: v0.6.0</li> <li><a href="https://github.com/mlua-rs/mlua/commit/317ce7caa6984b5fda0282308b2e269ece26ae7a"><code>317ce7c</code></a> Add <code>Lua::set_fflag()</code> to control Luau feature flags</li> <li><a href="https://github.com/mlua-rs/mlua/commit/3a44729a48e216fd581193a9f234ac6fb6c0c32a"><code>3a44729</code></a> Mark <code>lua_Callbacks</code> as non exhaustive (Luau)</li> <li><a href="https://github.com/mlua-rs/mlua/commit/3d46fad4595fe75f43f2ce78223843d15a2af84e"><code>3d46fad</code></a> Update <code>luau-src</code> to v0.9</li> <li><a href="https://github.com/mlua-rs/mlua/commit/ffc4bd599c65bae4bf8580e178fd37c0a341b1c9"><code>ffc4bd5</code></a> Fix module imports for export (<a href="https://redirect.github.com/khvzak/mlua/issues/394">#394</a>)</li> <li>Additional commits viewable in <a href="https://github.com/khvzak/mlua/compare/v0.9.7...v0.9.8">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.9.7&new-version=0.9.8)](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-22 22:56:13 +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#2231
No description provided.