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
@@ -12,10 +12,10 @@ build = "build.rs"
error-chain = "0.12"
polkadot-cli = { path = "cli" }
futures = "0.1"
ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" }
ctrlc = { version = "3.0", features = ["termination"] }
[build-dependencies]
vergen = "0.1"
vergen = "3"
[workspace]
members = [