From 5ffefcc810683f924e628db4382ec9e5e82f17be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 17:43:41 +0000 Subject: [PATCH] chore(deps): bump bls from v7.0.0 to v7.0.1 in /native/bls_nif Bumps [bls](https://github.com/sigp/lighthouse) from v7.0.0 to v7.0.1. - [Release notes](https://github.com/sigp/lighthouse/releases) - [Commits](https://github.com/sigp/lighthouse/compare/54f7bc5b2c153963084a4c6edb6c4acfb2317159...e42406d7b79a85ad4622f3a7440ff6468ac4c9e1) --- updated-dependencies: - dependency-name: bls dependency-version: e42406d7b79a85ad4622f3a7440ff6468ac4c9e1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- native/bls_nif/Cargo.lock | 6 +++--- native/bls_nif/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/native/bls_nif/Cargo.lock b/native/bls_nif/Cargo.lock index 220a6aab3..7645554c9 100644 --- a/native/bls_nif/Cargo.lock +++ b/native/bls_nif/Cargo.lock @@ -254,7 +254,7 @@ dependencies = [ [[package]] name = "bls" version = "0.2.0" -source = "git+https://github.com/sigp/lighthouse?rev=v7.0.0#54f7bc5b2c153963084a4c6edb6c4acfb2317159" +source = "git+https://github.com/sigp/lighthouse?rev=v7.0.1#e42406d7b79a85ad4622f3a7440ff6468ac4c9e1" 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=v7.0.0#54f7bc5b2c153963084a4c6edb6c4acfb2317159" +source = "git+https://github.com/sigp/lighthouse?rev=v7.0.1#e42406d7b79a85ad4622f3a7440ff6468ac4c9e1" 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=v7.0.0#54f7bc5b2c153963084a4c6edb6c4acfb2317159" +source = "git+https://github.com/sigp/lighthouse?rev=v7.0.1#e42406d7b79a85ad4622f3a7440ff6468ac4c9e1" [[package]] name = "sec1" diff --git a/native/bls_nif/Cargo.toml b/native/bls_nif/Cargo.toml index 400273cd8..b3485d13b 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 = "v7.0.0" } +bls = { git = "https://github.com/sigp/lighthouse", package = "bls", rev = "v7.0.1" }