From bc700295fb0bf103fa3e9d9ea49b9e02951a792b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 17 Jan 2021 13:55:48 +0200 Subject: [PATCH] chore(deps): bump futures-core from 0.3.11 to 0.3.12 (#166) Bumps [futures-core](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-providers/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b6bb2c7..a601354e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -861,9 +861,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "089bd0baf024d3216916546338fffe4fc8dfffdd901e33c278abb091e0d52111" +checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65" [[package]] name = "futures-executor" diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index a39b893c..3e36c853 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -25,7 +25,7 @@ url = { version = "2.2.0", default-features = false } auto_impl = { version = "0.4.1", default-features = false } # required for implementing stream on the filters -futures-core = { version = "0.3.8", default-features = false } +futures-core = { version = "0.3.12", default-features = false } futures-util = { version = "0.3.11", default-features = false } futures-timer = { version = "3.0.2", default-features = false } futures-channel = { version = "0.3.8", default-features = false }