migrated ethcore, ethstore, secret_store, updater and hash-fetch to serde 1.0

This commit is contained in:
debris
2017-07-04 17:23:06 +02:00
parent 9c911c7a28
commit 972d30c288
18 changed files with 113 additions and 113 deletions

View File

@@ -7,7 +7,7 @@ version = "1.7.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ethabi = "1.0"
ethabi = "2.0"
futures = "0.1"
log = "0.3"
mime = "0.2"