[PR #649] [MERGED] build(deps): bump mlua from 0.9.8 to 0.9.9 #6468

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/649
Author: @dependabot[bot]
Created: 6/24/2024
Status: Merged
Merged: 6/25/2024
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/mlua-0.9.9


📝 Commits (1)

  • ffa688b build(deps): bump mlua from 0.9.8 to 0.9.9

📊 Changes

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

View changed files

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

📄 Description

Bumps mlua from 0.9.8 to 0.9.9.

Changelog

Sourced from mlua's changelog.

v0.9.9

  • Minimal Luau updated to 0.629
  • Fixed bug when attempting to reset or resume already running coroutines (#416).
  • Added RegistryKey::id() method to get the underlying Lua registry key id.
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/649 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/mlua-0.9.9` --- ### 📝 Commits (1) - [`ffa688b`](https://github.com/JakeStanger/ironbar/commit/ffa688b12a2e3a8a8f88b6a7ab9d47bc2fc3daf8) build(deps): bump mlua from 0.9.8 to 0.9.9 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [mlua](https://github.com/khvzak/mlua) from 0.9.8 to 0.9.9. <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.9</h2> <ul> <li>Minimal Luau updated to 0.629</li> <li>Fixed bug when attempting to reset or resume already running coroutines (<a href="https://redirect.github.com/khvzak/mlua/issues/416">#416</a>).</li> <li>Added <code>RegistryKey::id()</code> method to get the underlying Lua registry key id.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mlua-rs/mlua/commit/f1ceaf0ff19285f326b84228fc9ccad73e7c968d"><code>f1ceaf0</code></a> v0.9.9</li> <li><a href="https://github.com/mlua-rs/mlua/commit/884a025b521e4b110a6bd733c65a658c5a9e43d2"><code>884a025</code></a> Fix some clippy warnings</li> <li><a href="https://github.com/mlua-rs/mlua/commit/c23fa5aa6ccb84146a96a0cdfbdf9117c35d9657"><code>c23fa5a</code></a> Optimize <code>RegistryKey</code> internals</li> <li><a href="https://github.com/mlua-rs/mlua/commit/4f1d2abbcbe66eef207f2b1206cfd6d6c402fb8f"><code>4f1d2ab</code></a> Bump rustc-hash to 2.0</li> <li><a href="https://github.com/mlua-rs/mlua/commit/a25e81036eb07049db2a20b48bc243410ea1b757"><code>a25e810</code></a> Do not allow already running coroutines to be reset or resumed.</li> <li><a href="https://github.com/mlua-rs/mlua/commit/b46cad1db1b7220b38da3a1be44d8f2070be29d3"><code>b46cad1</code></a> Support Luau v0.629</li> <li>See full diff in <a href="https://github.com/khvzak/mlua/compare/v0.9.8...v0.9.9">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.8&new-version=0.9.9)](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 01:56:12 +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#6468
No description provided.