From 1b50ed8ecf7e94607d73666216dfb36c4b03cc14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:01:41 +0000 Subject: [PATCH] Bump w3f-bls from 0.1.3 to 0.1.8 Bumps [w3f-bls](https://github.com/w3f/bls) from 0.1.3 to 0.1.8. - [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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f171ad756c0..ab7b09a77627 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25895,9 +25895,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.3" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331" +checksum = "70a3028804c8bbae2a97a15b71ffc0e308c4b01a520994aafa77d56e94e19024" dependencies = [ "ark-bls12-377", "ark-bls12-381", diff --git a/Cargo.toml b/Cargo.toml index e451529431ba..fb327dcc2e66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1355,7 +1355,7 @@ twox-hash = { version = "1.6.3", default-features = false } unsigned-varint = { version = "0.7.2" } url = { version = "2.4.0" } void = { version = "1.0.2" } -w3f-bls = { version = "0.1.3", default-features = false } +w3f-bls = { version = "0.1.8", default-features = false } wait-timeout = { version = "0.2" } walkdir = { version = "2.5.0" } wasm-bindgen-test = { version = "0.3.19" }