From 608c27d713b01e6aa5dc940768fec275de02dea6 Mon Sep 17 00:00:00 2001 From: Andrew Breckenridge Date: Fri, 15 May 2020 01:52:55 -0700 Subject: [PATCH 1/2] remove the only warning in the project --- zcash/src/librustzcash/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcash/src/librustzcash/mod.rs b/zcash/src/librustzcash/mod.rs index 8f49a832..b5acc484 100644 --- a/zcash/src/librustzcash/mod.rs +++ b/zcash/src/librustzcash/mod.rs @@ -8,5 +8,5 @@ pub mod zip32; use crate::librustzcash::sapling_crypto::jubjub::JubjubBls12; lazy_static! { - pub static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() }; + pub static ref JUBJUB: JubjubBls12 = JubjubBls12::new(); } From 65d76e75d84e451ce440885cf7eda7b515c1efc9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 06:28:57 +0000 Subject: [PATCH 2/2] Bump ethereum-types from 0.9.1 to 0.9.2 Bumps [ethereum-types](https://github.com/paritytech/parity-common) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- ethereum/Cargo.toml | 2 +- model/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 805a5a4f..9bdd4db7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -546,9 +546,9 @@ dependencies = [ [[package]] name = "ethereum-types" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8616dc6a7bc7d81ab8a6425635299ee3582975d4ddeb9312b8b0b8ea54dfecf8" +checksum = "473aecff686bd8e7b9db0165cbbb53562376b39bf35b427f0c60446a9e1634b0" dependencies = [ "ethbloom", "fixed-hash", diff --git a/ethereum/Cargo.toml b/ethereum/Cargo.toml index ec646582..b29b5544 100644 --- a/ethereum/Cargo.toml +++ b/ethereum/Cargo.toml @@ -21,7 +21,7 @@ wagyu-model = { path = "../model", version = "0.6.3" } base58 = { version = "0.1" } bitvec = { version = "0.17.4" } -ethereum-types = { version = "0.9.1", default-features = false } +ethereum-types = { version = "0.9.2", default-features = false } hex = { version = "0.4.2", default-features = false } hmac = { version = "0.7.0" } libsecp256k1 = { version = "0.3.5", default-features = false, features = ["hmac"] } diff --git a/model/Cargo.toml b/model/Cargo.toml index a1409dd2..a57ed818 100644 --- a/model/Cargo.toml +++ b/model/Cargo.toml @@ -22,7 +22,7 @@ base58-monero = { version = "0.2.0" } bech32 = { version = "0.6" } byteorder = { version = "1", default-features = false } crypto-mac = { version = "0.7.0" } -ethereum-types = { version = "0.9.1", default-features = false } +ethereum-types = { version = "0.9.2", default-features = false } ff = { version = "0.6.0", optional = true } failure = { version = "0.1.5", default-features = false, features = ["derive"] } hex = { version = "0.4.2", default-features = false }