dathere / qsv

Blazing-fast Data-Wrangling toolkit
https://qsv.dathere.com
The Unlicense
2.55k stars 74 forks source link

build(deps): bump mlua from 0.10.1 to 0.10.2 #2316

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 2 days ago

Bumps mlua from 0.10.1 to 0.10.2.

Release notes

Sourced from mlua's releases.

v0.10.2

What's Changed

  • Switch proc-macro-error to proc-macro-error2 by @​evie-calico in mlua-rs/mlua#493
  • Do not allow Lua to run GC finalizers on ref thread (#491)
  • Fix chunks loading in Luau when memory limit is enforced (#488)
  • Added String::wrap method to wrap arbitrary AsRef<[u8]> into impl IntoLua
  • Better FreeBSD/OpenBSD support (thanks to cos)
  • Delay "any" userdata metatable creation until first instance is created (#482)
  • Reduce amount of generated code for UserData (less generics)

Full Changelog: https://github.com/mlua-rs/mlua/compare/v0.10.1...v0.10.2

Changelog

Sourced from mlua's changelog.

v0.10.2 (Dec 1st, 2024)

  • Switch proc-macro-error to proc-macro-error2 (#493)
  • Do not allow Lua to run GC finalizers on ref thread (#491)
  • Fix chunks loading in Luau when memory limit is enforced (#488)
  • Added String::wrap method to wrap arbitrary AsRef<[u8]> into impl IntoLua
  • Better FreeBSD/OpenBSD support (thanks to cos)
  • Delay "any" userdata metatable creation until first instance is created (#482)
  • Reduce amount of generated code for UserData (less generics)
Commits
  • 6f6cda0 v0.10.2
  • d51ce86 mlua-sys: v0.6.6
  • aa061bc mlua_derive: v0.10.1
  • 1c6b6ad Fix tests
  • 031854f Switch proc-macro-error to proc-macro-error2 (#493)
  • 5fd96c7 Don't run GC finalizers on ref thread.
  • 7a3f19b Ensure that buffer with Luau compiled code is always freed
  • 55a5d7e Protect Lua(u) during chunk loading if memory limit is enforced
  • af31dbd Use c string literal in few places
  • 9ae3cb0 Add doc about possible chunk name prefixes
  • 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 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)