From bf3f9d9e169e54b8ea33a1edc3b3b68d39904ef7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 03:43:09 +0000 Subject: [PATCH] Bump futures from 0.3.6 to 0.3.7 (#456) --- bridges/relays/ethereum/Cargo.toml | 2 +- bridges/relays/substrate/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 66f38dff1db60..1682e3f3ae808 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -15,7 +15,7 @@ env_logger = "0.8.1" ethabi = "12.0" ethabi-contract = "11.0" ethabi-derive = "12.0" -futures = "0.3.6" +futures = "0.3.7" hex = "0.4" hex-literal = "0.3" log = "0.4.11" diff --git a/bridges/relays/substrate/Cargo.toml b/bridges/relays/substrate/Cargo.toml index 2e61699b7d933..d58b9d6f37e98 100644 --- a/bridges/relays/substrate/Cargo.toml +++ b/bridges/relays/substrate/Cargo.toml @@ -9,7 +9,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" async-std = "1.6.2" async-trait = "0.1.41" codec = { package = "parity-scale-codec", version = "1.3.4" } -futures = "0.3.6" +futures = "0.3.7" log = "0.4.11" paste = "1.0" structopt = "0.3"