updated project to ansi_term 0.11 (#10799)

This commit is contained in:
Marek Kotewicz
2019-06-27 19:34:40 +08:00
committed by Andronik Ordian
parent edc38c2cee
commit 1887080990
10 changed files with 16 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ version = "1.12.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ansi_term = "0.10"
ansi_term = "0.11"
blooms-db = { path = "../util/blooms-db", optional = true }
bn = { git = "https://github.com/paritytech/bn", default-features = false }
byteorder = "1.0"

View File

@@ -8,7 +8,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
ansi_term = "0.10"
ansi_term = "0.11"
blooms-db = { path = "../../util/blooms-db" }
common-types = { path = "../types" }
ethcore-db = { path = "../db" }

View File

@@ -5,8 +5,7 @@ version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ansi_term = "0.10"
derive_more = "0.14.0"
ansi_term = "0.11"
ethcore = { path = ".." }
ethcore-blockchain = { path = "../blockchain" }
ethcore-io = { path = "../../util/io" }

View File

@@ -23,7 +23,6 @@ extern crate ethcore_sync as sync;
extern crate ethereum_types;
extern crate kvdb;
extern crate derive_more;
#[macro_use]
extern crate log;
#[macro_use]