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: bump rustler from 0.33.0 to 0.35.0 #8299

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2024

Bumps 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: rusterlium/rustler@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 <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)

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

@dependabot dependabot bot requested a review from a team as a code owner July 11, 2024 18:32
@dependabot dependabot bot force-pushed the dependabot/cargo/rustler-0.34.0 branch 6 times, most recently from 6804fb6 to 523f9cb Compare July 16, 2024 19:11
@etorreborre etorreborre force-pushed the dependabot/cargo/rustler-0.34.0 branch from 0dc7629 to 778afc3 Compare July 18, 2024 08:05
@etorreborre etorreborre force-pushed the dependabot/cargo/rustler-0.34.0 branch from 778afc3 to 2cbf06b Compare July 18, 2024 08:07
@metaclips metaclips force-pushed the dependabot/cargo/rustler-0.34.0 branch 2 times, most recently from 3ca525b to 33b7d46 Compare July 18, 2024 15:38
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2024

A newer version of rustler exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@SanjoDeundiak SanjoDeundiak changed the title build: bump rustler from 0.33.0 to 0.34.0 build: bump rustler from 0.33.0 to 0.35.0 Nov 15, 2024
@etorreborre etorreborre added this pull request to the merge queue Nov 15, 2024
Merged via the queue into develop with commit 76cb126 Nov 15, 2024
44 checks passed
@etorreborre etorreborre deleted the dependabot/cargo/rustler-0.34.0 branch November 15, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants