Cleaning up dependencies (#125)

* cargo update
* Update to latest ctrlc crate
* Update vergen
* Update to latest pretty_assertions
* Update log
* Update parking_lot
* Update hex-rustc
This commit is contained in:
Benjamin Kampmann
2019-02-08 18:25:15 +01:00
committed by GitHub
parent 36034e79a2
commit 9fb22ce28d
16 changed files with 122 additions and 117 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
futures = "0.1.17"
parking_lot = "0.4"
parking_lot = "0.7.1"
tokio = "0.1.7"
error-chain = "0.12"
log = "0.3"
log = "0.4.6"
exit-future = "0.1"
parity-codec = "3.0"
polkadot-availability-store = { path = "../availability-store" }