Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2025

Bumps mlua from 0.11.2 to 0.11.3.

Release notes

Sourced from mlua's releases.

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.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
  • 13ff0ca v0.11.3
  • 44f49e3 Update CHANGELOG
  • e1ee405 Add new benchmark to measure complex userdata method calls
  • f06d002 Add test to emulate method through field
  • d399559 Add Lua::yield_with to allow yielding Rust async functions and exchange val...
  • 30735d5 Fix thread recovery when pushing a bad arg
  • 75c23e5 Add lua_cpcall to Luau ffi (0.688+)
  • 347856b Do not try to yield at non-yielable points in Luau interrupt
  • 774a63b Add Buffer::cursor() method
  • c481c87 Add Lua::create_buffer_with_capacity method
  • 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)

Bumps [mlua](https://github.com/mlua-rs/mlua) from 0.11.2 to 0.11.3.
- [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.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 30, 2025
@jqnatividad jqnatividad merged commit 3e32759 into master Aug 30, 2025
15 checks passed
@jqnatividad jqnatividad deleted the dependabot/cargo/mlua-0.11.3 branch August 30, 2025 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants