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"] }