Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump mlua from 0.8.10 to 0.9.2 #3877

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps mlua from 0.8.10 to 0.9.2.

Changelog

Sourced from mlua's changelog.

v0.9.2

  • Added binary modules support to Luau
  • Added Luau package module (uses StdLib::PACKAGE) with loaders (follows lua5.1 interface)
  • Added support of Luau 0.601+ buffer type (represented as userdata in Rust)
  • LuaJIT cdata type is also represented as userdata in Rust (instead of panic)
  • Vendored LuaJIT switched to rolling vanilla (from openresty)
  • Added Table::for_each method for fast table pairs traversal (faster than pairs)
  • Performance improvements around table traversal (and faster serialization)
  • Bug fixes and improvements

v0.9.1

  • impl Default for Lua
  • impl IntoLuaMulti for std::result::Result<(), E>
  • Fix using wrong userdata index after processing Variadic args (#311)

v0.9.0

Changes since v0.9.0-rc.3

  • Improved non-static (scoped) userdata support
  • Added Scope::create_any_userdata() method
  • Added Lua::set_vector_metatable() method (unstable feature flag)
  • Added OwnedThread type (unstable feature flag)
  • Minimal Luau updated to 0.590
  • Added new option sort_keys to DeserializeOptions (Lua::from_value() method)
  • Changed Table::raw_len() output type to usize
  • Helper functions for Value (eg: Value::as_number()/Value::as_string/etc)
  • Performance improvements

v0.9.0-rc.3

  • Minimal Luau updated to 0.588

v0.9.0-rc.2

  • Added #[derive(FromLua)] macro to opt-in into FromLua<T> where T: 'static + Clone (userdata type).
  • Support vendored module mode for windows (raw-dylib linking, Rust 1.71+)
  • module and vendored features are now mutually exclusive
  • Use C-unwind ABI (Rust 1.71+)
  • Changed AsChunk trait to support capturing wrapped Lua types

v0.9.0-rc.1

  • UserDataMethods::add_async_method() takes &T instead of cloning T
  • Implemented PartialEq<[T]> for tables
  • Added Luau 4-dimensional vectors support (luau-vector4 feature)
  • Table::sequence_values() iterator no longer uses any metamethods (Table::raw_sequence_values() is deprecated)
  • Added Table:is_empty() function that checks both hash and array parts

... (truncated)

Commits
  • 2022de2 v0.9.2
  • 66e0154 Update Luau+windows require dylib failed test
  • 93b505c Integrate Luau package into mlua api.
  • 44f5688 Include luau to ci module tests
  • 2bee5ed Support binary modules for Luau on cfg(unix)
  • 2d77569 Rewrite Luau require function to support module loaders.
  • 34476eb Support LuaJIT cdata type (produced by ffi module)
  • 5043447 Support Luau buffer type and and library.
  • b879abc Add lua_newuserdata_t helper to mlua-sys/luau
  • a1e39a8 Remove MemoryState from ExtraData and retrieve using lua_getallocf (recently ...
  • 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/khvzak/mlua) from 0.8.10 to 0.9.2.
- [Changelog](https://github.com/khvzak/mlua/blob/master/CHANGELOG.md)
- [Commits](mlua-rs/mlua@v0.8.10...v0.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from oowl as a code owner January 1, 2024 00:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 1, 2024
@Xuanwo Xuanwo closed this Jan 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/mlua-0.9.2 branch January 1, 2024 02:27
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 releases-note/build rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant