leandrocp / mdex

A CommonMark-compliant fast and extensible Markdown parser and formatter for Elixir.
https://mdex-c31.pages.dev
MIT License
121 stars 9 forks source link

Bump rustler from 0.33.0 to 0.34.0 in the production-dependencies group #54

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 months ago

Bumps the production-dependencies group with 1 update: rustler.

Updates rustler from 0.33.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

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

Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 2 weeks ago

Looks like rustler is updatable in another way, so this is no longer needed.