From e2d0982eced87a2f66340ac72d0070f59d145ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:20:53 +0000 Subject: [PATCH] chore(deps): bump rustler from 0.36.2 to 0.37.0 in /native/bls_nif Bumps [rustler](https://github.com/rusterlium/rustler) from 0.36.2 to 0.37.0. - [Release notes](https://github.com/rusterlium/rustler/releases) - [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusterlium/rustler/compare/rustler-0.36.2...rustler-0.37.0) --- updated-dependencies: - dependency-name: rustler dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/bls_nif/Cargo.lock | 8 ++++---- native/bls_nif/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/native/bls_nif/Cargo.lock b/native/bls_nif/Cargo.lock index 18ea456ac..8c17e41e0 100644 --- a/native/bls_nif/Cargo.lock +++ b/native/bls_nif/Cargo.lock @@ -1158,9 +1158,9 @@ dependencies = [ [[package]] name = "rustler" -version = "0.36.2" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3fe55230a9c379733dd38ee67d4072fa5c558b2e22b76b0e7f924390456e003" +checksum = "fb867bb35b291ef105abbe0a0d04bd4d7af372e023d08845698687bc254f222b" dependencies = [ "inventory", "libloading", @@ -1170,9 +1170,9 @@ dependencies = [ [[package]] name = "rustler_codegen" -version = "0.36.2" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3b8de901ae61418e2036245d28e41ef58080d04f40b68430471ae36a4e84ed" +checksum = "90993223c5ac0fb580ff966fb9477289c4e8a610a2f4639912a2639c5e7b5095" dependencies = [ "heck", "inventory", diff --git a/native/bls_nif/Cargo.toml b/native/bls_nif/Cargo.toml index 9f8a58ca5..9f5d4f8aa 100644 --- a/native/bls_nif/Cargo.toml +++ b/native/bls_nif/Cargo.toml @@ -10,5 +10,5 @@ path = "src/lib.rs" crate-type = ["cdylib"] [dependencies] -rustler = "0.36.2" +rustler = "0.37.0" bls = { git = "https://github.com/sigp/lighthouse", package = "bls", rev = "v7.0.1" }