Skip to content

Bump rustler_precompiled from 0.8.4 to 0.9.0#79

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/hex/rustler_precompiled-0.9.0
Open

Bump rustler_precompiled from 0.8.4 to 0.9.0#79
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/hex/rustler_precompiled-0.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps rustler_precompiled from 0.8.4 to 0.9.0.

Release notes

Sourced from rustler_precompiled's releases.

v0.9.0

Added

  • Add support for the NO_PROXY environment variable. With this env var, you can filter out hosts to avoid using the configured proxy. Accepts a list of hosts separated by a comma ",".

  • Add support for choosing the IP version to use, therefore supporting IPv6. The environment variable RUSTLER_PRECOMPILED_IPFAMILY can be set to:

    • "inet" - for IPv4 only. This is the default option.
    • "inet6" - for IPv6 only.
    • "inet6fb4" - for trying IPv6 first, and then fallback to IPv4.

Changed

  • Drop support for Elixir 1.13 and 1.14. Since those versions are not supported anymore by the core team, they should be avoided.

  • Rely on cert stores provided by Erlang/OTP +25.

    This change removes the dependency on castore package in favour of loading the cert stores from OTP. In case an older OTP version is in use, a warning is emitted.

    Notice that loading a cert file from the HEX_CACERTS_PATH env var is still supported and has precedence over the OTP cert stores.

  • Updates to the precompilation guide and the example project, so they are easier to follow and the deps are up-to-date.

Pull requests

New Contributors

Full Changelog: philss/rustler_precompiled@v0.8.4...v0.9.0

Changelog

Sourced from rustler_precompiled's changelog.

[0.9.0] - 2026-03-26

Added

  • Add support for the NO_PROXY environment variable. With this env var, you can filter out hosts to avoid using the configured proxy. Accepts a list of hosts separated by a comma ",".

  • Add support for choosing the IP version to use, therefore supporting IPv6. The environment variable RUSTLER_PRECOMPILED_IPFAMILY can be set to:

    • "inet" - for IPv4 only. This is the default option.
    • "inet6" - for IPv6 only.
    • "inet6fb4" - for trying IPv6 first, and then fallback to IPv4.

Changed

  • Drop support for Elixir 1.13 and 1.14. Since those versions are not supported anymore by the core team, they should be avoided.

  • Rely on cert stores provided by Erlang/OTP +25.

    This change removes the dependency on castore package in favour of loading the cert stores from OTP. In case an older OTP version is in use, a warning is emitted.

    Notice that loading a cert file from the HEX_CACERTS_PATH env var is still supported and has precedence over the OTP cert stores.

  • Updates to the precompilation guide and the example project, so they are easier to follow and the deps are up-to-date.

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 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)

Bumps [rustler_precompiled](https://github.com/philss/rustler_precompiled) from 0.8.4 to 0.9.0.
- [Release notes](https://github.com/philss/rustler_precompiled/releases)
- [Changelog](https://github.com/philss/rustler_precompiled/blob/main/CHANGELOG.md)
- [Commits](philss/rustler_precompiled@v0.8.4...v0.9.0)

---
updated-dependencies:
- dependency-name: rustler_precompiled
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants