From 243fb7639e7ca35f96b1cbb8b71f79bdb99ce335 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 19:09:26 +0200 Subject: [PATCH] chore(deps): bump futures-executor from 0.3.11 to 0.3.12 (#173) Bumps [futures-executor](https://github.com/rust-lang/futures-rs) from 0.3.11 to 0.3.12. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.11...0.3.12) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-middleware/Cargo.toml | 2 +- ethers-signers/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4bc8c9d..eb6a5bb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -868,9 +868,9 @@ checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65" [[package]] name = "futures-executor" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0cb59f15119671c94cd9cc543dc9a50b8d5edc468b4ff5f0bb8567f66c6b48a" +checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9" dependencies = [ "futures-core", "futures-task", diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 09b4810c..7771fa2b 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -34,7 +34,7 @@ tokio = { version = "1.0" } [dev-dependencies] ethers = { version = "0.2", path = "../ethers" } -futures-executor = { version = "0.3.11", features = ["thread-pool"] } +futures-executor = { version = "0.3.12", features = ["thread-pool"] } hex = { version = "0.4.2", default-features = false, features = ["std"] } tokio = { version = "1.0", default-features = false, features = ["rt", "macros", "time"] } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index ef0b77ab..b874bda2 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -27,7 +27,7 @@ sha2 = { version = "0.9.2", default-features = false } rand = { version = "0.7.3", default-features = false } yubihsm = { version = "0.37.0", features = ["secp256k1", "http", "usb"], optional = true } futures-util = "0.3.12" -futures-executor = "0.3.11" +futures-executor = "0.3.12" [dev-dependencies] ethers = { version = "0.2", path = "../ethers" }