Update log -> 0.4, env_logger -> 0.5. (#9294)
* Rename a few types & methods. * Change `(Log)Builder::format` (closure) arg.
This commit is contained in:
committed by
André Silva
parent
b28e742683
commit
e590874a81
@@ -12,7 +12,7 @@ ethcore-network = { path = "../util/network" }
|
||||
parity-crypto = { git = "https://github.com/paritytech/parity-common" }
|
||||
ethkey = { path = "../ethkey" }
|
||||
hex = "0.2"
|
||||
log = "0.3"
|
||||
log = "0.4"
|
||||
mem = { path = "../util/mem" }
|
||||
ordered-float = "0.5"
|
||||
parking_lot = "0.6"
|
||||
|
||||
@@ -17,7 +17,7 @@ panic_hook = { path = "../../util/panic_hook" }
|
||||
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
|
||||
jsonrpc-pubsub = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
|
||||
jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
|
||||
log = "0.3"
|
||||
log = "0.4"
|
||||
|
||||
[[bin]]
|
||||
name = "whisper"
|
||||
|
||||
Reference in New Issue
Block a user