From 4545931e02de1be0fc19cccd490bc3fb4396812f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 02:23:55 +0000 Subject: [PATCH] Bump async-stream from 0.2.1 to 0.3.0 (#278) --- bridges/relays/ethereum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 922d6a2f85..eee8701af4 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] ansi_term = "0.12" async-std = "1.6.2" -async-stream = "0.2.0" +async-stream = "0.3.0" async-trait = "0.1.36" backoff = "0.2" bp-currency-exchange = { path = "../../primitives/currency-exchange" }