From 57daabb8133b9bed0025d3301cf76b37b7db7f80 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 04:34:06 +0000 Subject: [PATCH] Bump ansi_term from 0.9.0 to 0.12.1 (#43) --- 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 df7941e8af..8970e76150 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -ansi_term = "0.9" +ansi_term = "0.12" async-std = "1.0.1" async-stream = "0.2.0" clap = { version = "2.33.0", features = ["yaml"] }