Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
updated project to ansi_term 0.11 (#10799)
Browse files Browse the repository at this point in the history
  • Loading branch information
debris authored and ordian committed Jun 27, 2019
1 parent edc38c2 commit 1887080
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 25 deletions.
23 changes: 8 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ num_cpus = "1.2"
number_prefix = "0.2"
rpassword = "1.0"
semver = "0.9"
ansi_term = "0.10"
ansi_term = "0.11"
parking_lot = "0.7"
regex = "1.0"
atty = "0.2.8"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/blockchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
3 changes: 1 addition & 2 deletions ethcore/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
1 change: 0 additions & 1 deletion ethcore/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hyper = { version = "0.12", optional = true }
url = { version = "1", optional = true }

# Miner
ansi_term = "0.10"
ansi_term = "0.11"
common-types = { path = "../ethcore/types" }
error-chain = "0.12"
ethabi = "8.0"
Expand Down
2 changes: 1 addition & 1 deletion parity/logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ regex = "1.0"
time = "0.1"
parking_lot = "0.7"
arrayvec = "0.4"
ansi_term = "0.10"
ansi_term = "0.11"
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
[lib]

[dependencies]
ansi_term = "0.10"
ansi_term = "0.11"
cid = "0.3"
futures = "0.1.6"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion util/network-devp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ slab = "0.2"
igd = "0.9"
libc = "0.2.7"
parking_lot = "0.7"
ansi_term = "0.10"
ansi_term = "0.11"
rustc-hex = "1.0"
ethcore-io = { path = "../io", features = ["mio"] }
parity-bytes = "0.1"
Expand Down

0 comments on commit 1887080

Please sign in to comment.