From ef47bda8e6abda5cdb56b65fc94f4988a2baf362 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 19:27:59 +0000 Subject: [PATCH] Bump bitvec from 0.15.1 to 0.15.2 Bumps [bitvec](https://github.com/myrrlyn/bitvec) from 0.15.1 to 0.15.2. - [Release notes](https://github.com/myrrlyn/bitvec/releases) - [Changelog](https://github.com/myrrlyn/bitvec/blob/master/CHANGELOG.md) - [Commits](https://github.com/myrrlyn/bitvec/compare/v0.15.1...v0.15.2) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 ++++---- bitcoin/Cargo.toml | 2 +- ethereum/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 121bfd4e..4cf78111 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bitvec" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1207,7 +1207,7 @@ version = "0.6.1" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bitvec 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1228,7 +1228,7 @@ name = "wagyu-ethereum" version = "0.6.1" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bitvec 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1354,7 +1354,7 @@ dependencies = [ "checksum base58-monero 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "87c25c7705c81e36f14c293e67846819b1fa3ca7c5e9888ebf149c2bd59d06aa" "checksum bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "58946044516aa9dc922182e0d6e9d124a31aafe6b421614654eb27cf90cec09c" "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" -"checksum bitvec 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "461d7d0e952343f575470daeb04d38aad19675b4f170e122c6b5dd618612c8a8" +"checksum bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a993f74b4c99c1908d156b8d2e0fb6277736b0ecbd833982fd1241d39b2766a6" "checksum blake2b_simd 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bf775a81bb2d464e20ff170ac20316c7b08a43d11dbc72f0f82e8e8d3d6d0499" "checksum blake2s_simd 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9753e94cdd99139f89745e552a2a86e21b247e2007cd1dcb2506dc540b6dd603" "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" diff --git a/bitcoin/Cargo.toml b/bitcoin/Cargo.toml index 4154f8a1..6763ee98 100644 --- a/bitcoin/Cargo.toml +++ b/bitcoin/Cargo.toml @@ -21,7 +21,7 @@ wagyu-model = { path = "../model", version = "0.6.1" } base58 = { version = "0.1" } bech32 = { version = "0.6.0" } -bitvec = { version = "0.15.1" } +bitvec = { version = "0.15.2" } digest = { version = "0.8.1" } failure = { version = "0.1.5" } hex = { version = "0.3.2" } diff --git a/ethereum/Cargo.toml b/ethereum/Cargo.toml index dc8019cc..8378428e 100644 --- a/ethereum/Cargo.toml +++ b/ethereum/Cargo.toml @@ -20,7 +20,7 @@ edition = "2018" wagyu-model = { path = "../model", version = "0.6.1" } base58 = { version = "0.1" } -bitvec = { version = "0.15.1" } +bitvec = { version = "0.15.2" } hex = { version = "0.3.2" } hmac = { version = "0.7.0" } pbkdf2 = { version = "0.3.0", features=["parallel"], default-features = false }