chore(deps): update dependency rustler to v0.36.1 #13

Open
tea-renovate wants to merge 1 commit from renovate/rustler-0.x into trunk
Collaborator

This PR contains the following updates:

Package Type Update Change
rustler minor ~> 0.35.0 -> ~> 0.36.0
rustler dependencies minor 0.35.0 -> 0.36.0

Release Notes

rusterlium/rustler (rustler)

v0.36.1

Compare Source

No changes in the Rust code, only rustler_mix adjustments and dependency
updates.

Added
  • Support for Erlang-style NIF module names (:module_name) (#​682)
Fixed
  • Retrieve the newest Rustler version without additional dependencies
    (#​682, fixes #​680)
  • Adjust .gitignore handling to match the new workspace style
Changed
  • Only depend on libloading on non-Windows systems (#​677)

v0.36.0

Compare Source

Added
  • Create a workplace Cargo.toml file with mix rustler.new (#​672)
Fixed
  • Some derive macros failed when only decode was requested (#​676)
Removed
  • The linkage override for macOS is not needed anymore and has been removed from
    the template (#​672)

v0.35.1

Compare Source

Fixed
  • Fix clippy lints in rustler_codegen (#​671)
  • Adjust Rustler macros to not produce warnings on Elixir 1.18 (#​670)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rustler](https://hex.pm/packages/rustler) | | minor | `~> 0.35.0` -> `~> 0.36.0` | | [rustler](https://github.com/rusterlium/rustler) | dependencies | minor | `0.35.0` -> `0.36.0` | --- ### Release Notes <details> <summary>rusterlium/rustler (rustler)</summary> ### [`v0.36.1`](https://github.com/rusterlium/rustler/blob/HEAD/CHANGELOG.md#0361---2025-02-03) [Compare Source](https://github.com/rusterlium/rustler/compare/rustler-0.36.0...rustler-0.36.1) No changes in the Rust code, only `rustler_mix` adjustments and dependency updates. ##### Added - Support for Erlang-style NIF module names (`:module_name`) ([#&#8203;682](https://github.com/rusterlium/rustler/issues/682)) ##### Fixed - Retrieve the newest Rustler version without additional dependencies ([#&#8203;682](https://github.com/rusterlium/rustler/issues/682), fixes [#&#8203;680](https://github.com/rusterlium/rustler/issues/680)) - Adjust `.gitignore` handling to match the new workspace style ##### Changed - Only depend on `libloading` on non-Windows systems ([#&#8203;677](https://github.com/rusterlium/rustler/issues/677)) ### [`v0.36.0`](https://github.com/rusterlium/rustler/blob/HEAD/CHANGELOG.md#0360---2025-01-13) [Compare Source](https://github.com/rusterlium/rustler/compare/rustler-0.35.1...rustler-0.36.0) ##### Added - Create a workplace `Cargo.toml` file with `mix rustler.new` ([#&#8203;672](https://github.com/rusterlium/rustler/issues/672)) ##### Fixed - Some derive macros failed when only `decode` was requested ([#&#8203;676](https://github.com/rusterlium/rustler/issues/676)) ##### Removed - The linkage override for macOS is not needed anymore and has been removed from the template ([#&#8203;672](https://github.com/rusterlium/rustler/issues/672)) ### [`v0.35.1`](https://github.com/rusterlium/rustler/blob/HEAD/CHANGELOG.md#0351---2024-12-18) [Compare Source](https://github.com/rusterlium/rustler/compare/rustler-0.35.0...rustler-0.35.1) ##### Fixed - Fix clippy lints in `rustler_codegen` ([#&#8203;671](https://github.com/rusterlium/rustler/issues/671)) - Adjust `Rustler` macros to not produce warnings on Elixir 1.18 ([#&#8203;670](https://github.com/rusterlium/rustler/issues/670)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzkuMjAuMSIsInRhcmdldEJyYW5jaCI6InRydW5rIiwibGFiZWxzIjpbXX0=-->
tea-renovate changed title from chore(deps): update rust crate rustler to 0.36.0 to chore(deps): update dependency rustler to v0.36.0 2025-01-13 22:25:16 +02:00
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: install-tool elixir v1.18.1

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: mix.lock ``` Command failed: install-tool elixir v1.18.1 ```
tea-renovate force-pushed renovate/rustler-0.x from bb5f720554 to be6ad37c92 2025-01-13 22:25:18 +02:00 Compare
tea-renovate changed title from chore(deps): update dependency rustler to v0.36.0 to chore(deps): update dependency rustler 2025-02-03 11:15:04 +02:00
tea-renovate changed title from chore(deps): update dependency rustler to chore(deps): update dependency rustler to v0.36.1 2025-02-03 11:35:06 +02:00
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/rustler-0.x:renovate/rustler-0.x
git checkout renovate/rustler-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout trunk
git merge --no-ff renovate/rustler-0.x
git checkout renovate/rustler-0.x
git rebase trunk
git checkout trunk
git merge --ff-only renovate/rustler-0.x
git checkout renovate/rustler-0.x
git rebase trunk
git checkout trunk
git merge --no-ff renovate/rustler-0.x
git checkout trunk
git merge --squash renovate/rustler-0.x
git checkout trunk
git merge --ff-only renovate/rustler-0.x
git checkout trunk
git merge renovate/rustler-0.x
git push origin trunk
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jussi/argon2id_elixir#13
No description provided.