From c18dad6122c06dc8255d1aabce5856611b3216bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 09:17:17 +0200 Subject: [PATCH] chore(deps): bump futures-channel from 0.3.12 to 0.3.13 (#208) Bumps [futures-channel](https://github.com/rust-lang/futures-rs) from 0.3.12 to 0.3.13. - [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.12...0.3.13) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- ethers-providers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index c469ec7c..7d30c887 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -29,7 +29,7 @@ auto_impl = { version = "0.4.1", default-features = false } futures-core = { version = "0.3.12", default-features = false } futures-util = { version = "0.3.13", default-features = false } futures-timer = { version = "3.0.2", default-features = false } -futures-channel = { version = "0.3.12", default-features = false } +futures-channel = { version = "0.3.13", default-features = false } pin-project = { version = "1.0.5", default-features = false } # tracing