From 6765ba2b92f7ed22e85b65c2cb67d65886c4e7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:14:53 +0000 Subject: [PATCH] chore(deps): bump rustler from 0.36.1 to 0.36.2 in /native/bls_nif Bumps [rustler](https://github.com/rusterlium/rustler) from 0.36.1 to 0.36.2. - [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.1...rustler-0.36.2) --- updated-dependencies: - dependency-name: rustler dependency-version: 0.36.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 7645554c9..18ea456ac 100644 --- a/native/bls_nif/Cargo.lock +++ b/native/bls_nif/Cargo.lock @@ -1158,9 +1158,9 @@ dependencies = [ [[package]] name = "rustler" -version = "0.36.1" +version = "0.36.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f04a7b61bf2db5495d6c0d2eb4b3f0f366864d47f2482834656e25d1b25fe290" +checksum = "e3fe55230a9c379733dd38ee67d4072fa5c558b2e22b76b0e7f924390456e003" dependencies = [ "inventory", "libloading", @@ -1170,9 +1170,9 @@ dependencies = [ [[package]] name = "rustler_codegen" -version = "0.36.1" +version = "0.36.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf9365a04e3a3a4d3136953d97c67fd0a9c036d36197917961551c2cc1ecb385" +checksum = "eb3b8de901ae61418e2036245d28e41ef58080d04f40b68430471ae36a4e84ed" dependencies = [ "heck", "inventory", diff --git a/native/bls_nif/Cargo.toml b/native/bls_nif/Cargo.toml index b3485d13b..9f8a58ca5 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.1" +rustler = "0.36.2" bls = { git = "https://github.com/sigp/lighthouse", package = "bls", rev = "v7.0.1" }