Skip to content

chore(deps): bump mlua from 0.11.2 to 0.11.4#23

Merged
doublegate merged 1 commit into
mainfrom
dependabot/cargo/mlua-0.11.4
Nov 18, 2025
Merged

chore(deps): bump mlua from 0.11.2 to 0.11.4#23
doublegate merged 1 commit into
mainfrom
dependabot/cargo/mlua-0.11.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 6, 2025

Bumps mlua from 0.11.2 to 0.11.4.

Release notes

Sourced from mlua's releases.

v0.11.4

What's Changed

  • Make Value::to_serializable public
  • Added new serde option detect_mixed_tables (to encode mixed array+map tables)
  • Added ObjectLike::get_path helper (for tables and userdata) for easy access of nested data
  • Added (experimental) __namecall optimization for Luau

Full Changelog: mlua-rs/mlua@v0.11.3...v0.11.4

v0.11.3

What's Changed

  • Added Lua::yield_with to use as coroutine.yield functional replacement in async functions for any Lua (see doc examples)
  • Do not try to yield at non-yielable points in Luau interrupt (#632)
  • Added Buffer::cursor method (Luau)
  • Added Lua::create_buffer_with_capacity method (Luau)
  • Make Lua reference values cheap to clone in Rust (only increments ref count)
  • Fix panic on large (>67M entries) table creation

Full Changelog: mlua-rs/mlua@v0.11.2...v0.11.3

Changelog

Sourced from mlua's changelog.

v0.11.4 (Sep 29, 2025)

  • Make Value::to_serializable public
  • Add new serde option detect_mixed_tables (to encode mixed array+map tables)
  • Add ObjectLike::get_path helper (for tables and userdata)

v0.11.3 (Aug 30, 2025)

  • Add Lua::yield_with to use as coroutine.yield functional replacement in async functions for any Lua
  • Do not try to yield at non-yielable points in Luau interrupt (#632)
  • Add Buffer::cursor method (Luau)
  • Add Lua::create_buffer_with_capacity method (Luau)
  • Make Lua reference values cheap to clone (only increments ref count)
  • Fix panic on large (>67M entries) table creation
Commits
  • 247208e v0.11.4
  • e08768c Derive Default for Value (clippy)
  • 5b38af9 AsyncCallFuture is Unpin
  • 54907f8 Add SerializableValue to lib and prelude exports
  • ae512f2 Remove const from SerializableValue (it's not really useful)
  • 53c159b Unhide Value::to_serializable
  • 2beca6e Add test for Table::for_each_value
  • 09da7a4 Add new serde option "detect_mixed_tables"
  • bad2037 Simplify Table::clear method
  • 40b507c Add ObjectLike::get_path helper
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [mlua](https://github.com/mlua-rs/mlua) from 0.11.2 to 0.11.4.
- [Release notes](https://github.com/mlua-rs/mlua/releases)
- [Changelog](https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md)
- [Commits](mlua-rs/mlua@v0.11.2...v0.11.4)

---
updated-dependencies:
- dependency-name: mlua
  dependency-version: 0.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 6, 2025

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@doublegate doublegate merged commit a30f166 into main Nov 18, 2025
7 checks passed
@doublegate doublegate deleted the dependabot/cargo/mlua-0.11.4 branch November 18, 2025 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant