From 696c508ad0eeed69fbbb1044c2d5bd609ca6a8f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 18:16:16 +0000 Subject: [PATCH] chore(deps): bump bls from v6.0.1 to v7.0.0 in /native/bls_nif Bumps [bls](https://github.com/sigp/lighthouse) from v6.0.1 to v7.0.0. - [Release notes](https://github.com/sigp/lighthouse/releases) - [Commits](https://github.com/sigp/lighthouse/compare/0d90135047519f4c2ee586d50e560f7bb2ff9b10...54f7bc5b2c153963084a4c6edb6c4acfb2317159) --- updated-dependencies: - dependency-name: bls dependency-version: 54f7bc5b2c153963084a4c6edb6c4acfb2317159 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- native/bls_nif/Cargo.lock | 9 +++++---- native/bls_nif/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/native/bls_nif/Cargo.lock b/native/bls_nif/Cargo.lock index 9943d99af..220a6aab3 100644 --- a/native/bls_nif/Cargo.lock +++ b/native/bls_nif/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "alloy-primitives" @@ -254,7 +254,7 @@ dependencies = [ [[package]] name = "bls" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?rev=v6.0.1#0d90135047519f4c2ee586d50e560f7bb2ff9b10" +source = "git+https://github.com/sigp/lighthouse?rev=v7.0.0#54f7bc5b2c153963084a4c6edb6c4acfb2317159" dependencies = [ "alloy-primitives", "arbitrary", @@ -586,7 +586,7 @@ dependencies = [ [[package]] name = "fixed_bytes" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?rev=v6.0.1#0d90135047519f4c2ee586d50e560f7bb2ff9b10" +source = "git+https://github.com/sigp/lighthouse?rev=v7.0.0#54f7bc5b2c153963084a4c6edb6c4acfb2317159" dependencies = [ "alloy-primitives", "safe_arith", @@ -1202,7 +1202,7 @@ checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" [[package]] name = "safe_arith" version = "0.1.0" -source = "git+https://github.com/sigp/lighthouse?rev=v6.0.1#0d90135047519f4c2ee586d50e560f7bb2ff9b10" +source = "git+https://github.com/sigp/lighthouse?rev=v7.0.0#54f7bc5b2c153963084a4c6edb6c4acfb2317159" [[package]] name = "sec1" @@ -1627,6 +1627,7 @@ version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" dependencies = [ + "serde", "zeroize_derive", ] diff --git a/native/bls_nif/Cargo.toml b/native/bls_nif/Cargo.toml index f591a0939..400273cd8 100644 --- a/native/bls_nif/Cargo.toml +++ b/native/bls_nif/Cargo.toml @@ -11,4 +11,4 @@ crate-type = ["cdylib"] [dependencies] rustler = "0.36.1" -bls = { git = "https://github.com/sigp/lighthouse", package = "bls", rev = "v6.0.1" } +bls = { git = "https://github.com/sigp/lighthouse", package = "bls", rev = "v7.0.0" }