chore(deps): bump futures-executor from 0.3.13 to 0.3.14 (#273)

Bumps [futures-executor](https://github.com/rust-lang/futures-rs) from 0.3.13 to 0.3.14.
- [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.13...0.3.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-27 23:18:27 +03:00 committed by GitHub
parent 244f6b7606
commit efb1c1c2de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1050,9 +1050,9 @@ checksum = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815"
[[package]]
name = "futures-executor"
version = "0.3.13"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1"
checksum = "10f6cb7042eda00f0049b1d2080aa4b93442997ee507eb3828e8bd7577f94c9d"
dependencies = [
"futures-core",
"futures-task",

View File

@ -36,7 +36,7 @@ tokio = { version = "1.5" }
[dev-dependencies]
ethers = { version = "0.2", path = "../ethers" }
futures-executor = { version = "0.3.13", features = ["thread-pool"] }
futures-executor = { version = "0.3.14", features = ["thread-pool"] }
hex = { version = "0.4.3", default-features = false, features = ["std"] }
rand = { version = "0.7.3", default-features = false }
tokio = { version = "1.5", default-features = false, features = ["rt", "macros", "time"] }

View File

@ -27,7 +27,7 @@ sha2 = { version = "0.9.3", default-features = false }
rand = { version = "0.7.3", default-features = false }
yubihsm = { version = "0.38.0", features = ["secp256k1", "http", "usb"], optional = true }
futures-util = "0.3.14"
futures-executor = "0.3.13"
futures-executor = "0.3.14"
[dev-dependencies]
ethers = { version = "0.2", path = "../ethers" }