From 4dd740e456833d53dcb90adbab1455521ab71db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:39:09 +0000 Subject: [PATCH] Bump w3f-bls from 0.1.3 to 0.1.4 Bumps [w3f-bls](https://github.com/w3f/bls) from 0.1.3 to 0.1.4. - [Commits](https://github.com/w3f/bls/commits) --- updated-dependencies: - dependency-name: w3f-bls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- substrate/primitives/consensus/beefy/Cargo.toml | 2 +- substrate/primitives/core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2b7a47f84..5d74696beb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22623,9 +22623,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331" +checksum = "9c5da5fa2c6afa2c9158eaa7cd9aee249765eb32b5fb0c63ad8b9e79336a47ec" dependencies = [ "ark-bls12-377", "ark-bls12-381", diff --git a/substrate/primitives/consensus/beefy/Cargo.toml b/substrate/primitives/consensus/beefy/Cargo.toml index a682939a02..2de7984d2d 100644 --- a/substrate/primitives/consensus/beefy/Cargo.toml +++ b/substrate/primitives/consensus/beefy/Cargo.toml @@ -31,7 +31,7 @@ lazy_static = { version = "1.4.0", optional = true } [dev-dependencies] array-bytes = "6.2.2" -w3f-bls = { version = "0.1.3", features = ["std"] } +w3f-bls = { version = "0.1.4", features = ["std"] } [features] default = ["std"] diff --git a/substrate/primitives/core/Cargo.toml b/substrate/primitives/core/Cargo.toml index f931faf8bd..b112cd36c2 100644 --- a/substrate/primitives/core/Cargo.toml +++ b/substrate/primitives/core/Cargo.toml @@ -61,7 +61,7 @@ k256 = { version = "0.13.3", features = ["alloc", "ecdsa"], default-features = f secp256k1 = { version = "0.28.0", default-features = false, features = ["alloc", "recovery"], optional = true } # bls crypto -w3f-bls = { version = "0.1.3", default-features = false, optional = true } +w3f-bls = { version = "0.1.4", default-features = false, optional = true } # bandersnatch crypto bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "e9782f9", default-features = false, features = ["substrate-curves"], optional = true }