tessi / wasmex

Execute WebAssembly from Elixir
MIT License
562 stars 32 forks source link

Bump rustler from 0.31.0 to 0.34.0 in /native/wasmex #604

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps rustler from 0.31.0 to 0.34.0.

Release notes

Sourced from rustler's releases.

rustler-0.34.0

What's Changed

Full Changelog: https://github.com/rusterlium/rustler/compare/rustler-0.33.0...rustler-0.34.0

rustler-0.33.0

What's Changed

New Contributors

Full Changelog: https://github.com/rusterlium/rustler/compare/rustler-0.32.1...rustler-0.33.0

rustler-0.32.1

What's Changed

New Contributors

Full Changelog: https://github.com/rusterlium/rustler/compare/rustler-0.31.0...rustler-0.32.1

Changelog

Sourced from rustler's changelog.

[0.34.0] - 2024-07-09

Added

  • Resource type registration has been refactored to eventually remove the rustler::resource! macro (#617, necessary due to a pending deprecation of a Rust feature, #606)
  • Resources can (and should) now explicitly implement the new Resource trait and provide a custom destructor function that is run before drop and receives an Env parameter (#617)
  • Process monitoring via resources can now be used on resource types that implement the Resource::down callback (#617)
  • Resource implementation and registration helper attribute (#627)

Fixed

  • Unwinding in the on_load callback is now caught and leads to a panic (#617)

Changed

  • NIF implementations are now discovered automatically and the respective argument of rustler::init! is ignored (#613)
  • The derive feature flag is now ignored and its functionality unconditionally enabled (#621)

Removed

[0.33.0] - 2024-05-29

Added

  • Optional support for using Erlang's allocator as Rust's global allocator (#580).
  • Comparison functions for PIDs (#611).
  • Conversions from and to Rust paths (PathBuf and Path) (#608).

Fixed

  • mix compile failing on path dependencies in the Rust library (#577, fixed in #578 and #607)

Changed

  • Drop usage of lazy_static in favour of std::sync::OnceLock. This change raises the minimal supported Rust version to 1.70.
  • Drop obsolete and incorrect Rustler.nif_versions function.

Removed

... (truncated)

Commits


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)
dependabot[bot] commented 4 months ago

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.