[PR #548] [MERGED] build(deps): bump mlua from 0.9.6 to 0.9.7 #6415

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/548
Author: @dependabot[bot]
Created: 4/22/2024
Status: Merged
Merged: 4/22/2024
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/mlua-0.9.7


📝 Commits (1)

  • a0c7a0f build(deps): bump mlua from 0.9.6 to 0.9.7

📊 Changes

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

View changed files

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

📄 Description

Bumps mlua from 0.9.6 to 0.9.7.

Release notes

Sourced from mlua's releases.

v0.9.7

What's Changed

  • Implemented IntoLua for RegistryKey
  • Mark __idiv metamethod as available for Luau
  • Added Function::deep_clone() method (Luau)
  • Added SerializeOptions::detect_serde_json_arbitrary_precision option
  • Added Lua::create_buffer() method (Luau)
  • Support serializing buffer type as a byte slice (Luau)
  • Perf: Implemented push_into_stack/from_stack for Option<T>
  • Added Lua::create_ser_any_userdata() method

New Contributors

Full Changelog: https://github.com/mlua-rs/mlua/compare/v0.9.6...v0.9.7

Changelog

Sourced from mlua's changelog.

v0.9.7

  • Implemented IntoLua for RegistryKey
  • Mark __idiv metamethod as available for luau
  • Added Function::deep_clone() method (Luau)
  • Added SerializeOptions::detect_serde_json_arbitrary_precision option
  • Added Lua::create_buffer() method (Luau)
  • Support serializing buffer type as a byte slice (Luau)
  • Perf: Implemented push_into_stack/from_stack for Option<T>
  • Added Lua::create_ser_any_userdata() method
Commits
  • 806bd20 v0.9.7
  • a644049 Cosmetic changes for clippy
  • ad31bed Minor improvements in serializing:
  • 62f0bb9 Add Lua::create_ser_any_userdata() function
  • f67f864 Implement push_into_stack/from_stack for Option\<T>
  • fa217d3 Better Luau buffer type support.
  • b62f2ee chore: make clippy happy (#388)
  • 6e6c73e Add deserialize json benchmark
  • 508517c Do not use dependencies as implicit features.
  • a79840a Suppress Rust 1.77 dead_code false warnings.
  • Additional commits viewable 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/548 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/22/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/mlua-0.9.7` --- ### 📝 Commits (1) - [`a0c7a0f`](https://github.com/JakeStanger/ironbar/commit/a0c7a0fba1de94fd361a83f259eb6fae71ea26fc) build(deps): bump mlua from 0.9.6 to 0.9.7 ### 📊 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/khvzak/mlua) from 0.9.6 to 0.9.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/khvzak/mlua/releases">mlua's releases</a>.</em></p> <blockquote> <h2>v0.9.7</h2> <h2>What's Changed</h2> <ul> <li>Implemented <code>IntoLua</code> for <code>RegistryKey</code></li> <li>Mark <code>__idiv</code> metamethod as available for Luau</li> <li>Added <code>Function::deep_clone()</code> method (Luau)</li> <li>Added <code>SerializeOptions::detect_serde_json_arbitrary_precision</code> option</li> <li>Added <code>Lua::create_buffer()</code> method (Luau)</li> <li>Support serializing buffer type as a byte slice (Luau)</li> <li>Perf: Implemented <code>push_into_stack</code>/<code>from_stack</code> for <code>Option&lt;T&gt;</code></li> <li>Added <code>Lua::create_ser_any_userdata()</code> method</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/getong"><code>@​getong</code></a> made their first contribution in <a href="https://redirect.github.com/mlua-rs/mlua/pull/384">mlua-rs/mlua#384</a></li> <li><a href="https://github.com/attila-lin"><code>@​attila-lin</code></a> made their first contribution in <a href="https://redirect.github.com/mlua-rs/mlua/pull/388">mlua-rs/mlua#388</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mlua-rs/mlua/compare/v0.9.6...v0.9.7">https://github.com/mlua-rs/mlua/compare/v0.9.6...v0.9.7</a></p> </blockquote> </details> <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.7</h2> <ul> <li>Implemented <code>IntoLua</code> for <code>RegistryKey</code></li> <li>Mark <code>__idiv</code> metamethod as available for luau</li> <li>Added <code>Function::deep_clone()</code> method (Luau)</li> <li>Added <code>SerializeOptions::detect_serde_json_arbitrary_precision</code> option</li> <li>Added <code>Lua::create_buffer()</code> method (Luau)</li> <li>Support serializing buffer type as a byte slice (Luau)</li> <li>Perf: Implemented <code>push_into_stack</code>/<code>from_stack</code> for <code>Option&lt;T&gt;</code></li> <li>Added <code>Lua::create_ser_any_userdata()</code> method</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mlua-rs/mlua/commit/806bd202d64db47898166f00d60762c06a0bc901"><code>806bd20</code></a> v0.9.7</li> <li><a href="https://github.com/mlua-rs/mlua/commit/a64404908786a829077760092f2ba6477b5a3575"><code>a644049</code></a> Cosmetic changes for clippy</li> <li><a href="https://github.com/mlua-rs/mlua/commit/ad31bed1db761503d6b3e0e3df292548449ad0ff"><code>ad31bed</code></a> Minor improvements in serializing:</li> <li><a href="https://github.com/mlua-rs/mlua/commit/62f0bb97b019081e286f7eb5eafe62f09519349e"><code>62f0bb9</code></a> Add <code>Lua::create_ser_any_userdata()</code> function</li> <li><a href="https://github.com/mlua-rs/mlua/commit/f67f8646ae799bac59392e6e9a5b81330bedbd0c"><code>f67f864</code></a> Implement <code>push_into_stack</code>/<code>from_stack</code> for <code>Option\&lt;T&gt;</code></li> <li><a href="https://github.com/mlua-rs/mlua/commit/fa217d3706ebebfd1519743c3e620a940c218967"><code>fa217d3</code></a> Better Luau buffer type support.</li> <li><a href="https://github.com/mlua-rs/mlua/commit/b62f2ee0f70dfa91f3a8f6ec5ae5be6c58b2f77f"><code>b62f2ee</code></a> chore: make clippy happy (<a href="https://redirect.github.com/khvzak/mlua/issues/388">#388</a>)</li> <li><a href="https://github.com/mlua-rs/mlua/commit/6e6c73e4c7312d4d5803c4d86e97850955ca51cb"><code>6e6c73e</code></a> Add deserialize json benchmark</li> <li><a href="https://github.com/mlua-rs/mlua/commit/508517c45ec88ddf562fa33bf8af84745ab6a474"><code>508517c</code></a> Do not use dependencies as implicit features.</li> <li><a href="https://github.com/mlua-rs/mlua/commit/a79840afc903b14d14412e0075a4e0a1c640b798"><code>a79840a</code></a> Suppress Rust 1.77 dead_code false warnings.</li> <li>Additional commits viewable in <a href="https://github.com/khvzak/mlua/compare/v0.9.6...v0.9.7">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.6&new-version=0.9.7)](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:03 +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#6415
No description provided.