Skip to content

chore(deps): bump rustler_precompiled from 0.8.4 to 0.9.0 in the production-dependencies group#60

Merged
shahryarjb merged 1 commit intomainfrom
dependabot/hex/production-dependencies-85c8a91741
Apr 10, 2026
Merged

chore(deps): bump rustler_precompiled from 0.8.4 to 0.9.0 in the production-dependencies group#60
shahryarjb merged 1 commit intomainfrom
dependabot/hex/production-dependencies-85c8a91741

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 2, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Updates 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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 1 update: [rustler_precompiled](https://github.com/philss/rustler_precompiled).


Updates `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
  dependency-group: production-dependencies
...

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 Apr 2, 2026
@shahryarjb shahryarjb merged commit 7633533 into main Apr 10, 2026
23 checks passed
@dependabot dependabot Bot deleted the dependabot/hex/production-dependencies-85c8a91741 branch April 10, 2026 05:47
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.

1 participant