chore(deps): bump mlua from 0.10.5 to 0.12.0 - #1012
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
This PR changes mirrored Maestro source files in the public repo, but it does not link the matching private source-of-truth PR. Add one of these to the PR body, then re-run the check:
Mirrored files touched:
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 903236cdfd
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| # Uses vendored Lua to avoid system dependency | ||
| # "send" feature makes Lua thread-safe (uses Arc instead of Rc) | ||
| mlua = { version = "0.10", features = ["lua54", "serialize", "vendored", "send"], optional = true } | ||
| mlua = { version = "0.12", features = ["lua54", "serialize", "vendored", "send"], optional = true } |
There was a problem hiding this comment.
Move the dependency bump to the internal mirror source
This repository's root instructions say public-facing source changes must originate in evalops/maestro-internal and arrive through the protected mirror workflow, not be edited directly in this public tree. Bumping mlua here (and regenerating Cargo.lock) changes mirrored source in this repo and bypasses that workflow, so please make the dependency update in the internal source and let the mirror sync it.
Useful? React with 👍 / 👎.
Bumps [mlua](https://github.com/mlua-rs/mlua) from 0.10.5 to 0.12.0. - [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.10.5...v0.12.0) --- updated-dependencies: - dependency-name: mlua dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
903236c to
140870e
Compare
Bumps mlua from 0.10.5 to 0.12.0.
Release notes
Sourced from mlua's releases.
... (truncated)
Changelog
Sourced from mlua's changelog.
... (truncated)
Commits
8eddf85v0.12.046d3783Update CHANGELOG7ddcdc1AddTable::remove6b19eebMakeVmStateas non_exhaustiveb64da48MakeNavigateErroras non_exhaustive (Luau)cddbcc5Refactor crate-root re-exports and drop hidden backward-compat aliases1af17ecVarious doc updates and refinementeef5985Rename LuaJitOptions to LuauJitOptions in prelude9099d5fRenameJitOptions::set_inlinertoJitOptions::inlinerfor consistency34825d6FixLua::gc_set_modepanic when GC is internally stopped (Lua 5.4/5.5)