From f43d994df7a2403b3a889aa4f9082458e9f47432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:31:01 +0000 Subject: [PATCH] Bump w3f-bls from 0.1.3 to 0.1.6 Bumps [w3f-bls](https://github.com/w3f/bls) from 0.1.3 to 0.1.6. - [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 | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d5193fe0ee8..16801915de2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16879,8 +16879,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8650aabb6c35b860610e9cff5dc1af886c9e25073b7b1712a68972af4281302" dependencies = [ "bytes", - "heck 0.4.1", - "itertools 0.10.5", + "heck 0.5.0", + "itertools 0.12.1", "log", "multimap", "once_cell", @@ -16913,7 +16913,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.12.1", "proc-macro2 1.0.86", "quote 1.0.37", "syn 2.0.82", @@ -16926,7 +16926,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acf0c195eebb4af52c752bec4f52f645da98b6e92077a04110c7f349477ae5ac" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.12.1", "proc-macro2 1.0.86", "quote 1.0.37", "syn 2.0.82", @@ -25826,9 +25826,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.3" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331" +checksum = "6a48c48447120a85b0bdb897ba9426a7aa15b4229498a2e19103e8c9368dd4b2" dependencies = [ "ark-bls12-377", "ark-bls12-381", diff --git a/Cargo.toml b/Cargo.toml index dd1fa40e146a..6b81c09681d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1353,7 +1353,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.6", default-features = false } wait-timeout = { version = "0.2" } walkdir = { version = "2.5.0" } wasm-bindgen-test = { version = "0.3.19" }