Update substrate-cli & node-template deps (#1737)

* Update to latest sysinfo crate

* Update node_templates parking_lot dependency
This commit is contained in:
Benjamin Kampmann
2019-02-08 14:05:06 +01:00
committed by Bastian Köcher
parent 3509b69c4c
commit 0135afd0ed
3 changed files with 8 additions and 33 deletions
+2 -2
View File
@@ -16,11 +16,11 @@ ctrlc = { version = "3.0", features = ["termination"] }
log = "0.4"
tokio = "0.1"
exit-future = "0.1"
parking_lot = "0.4"
parking_lot = "0.7.1"
hex-literal = "0.1"
slog = "^2"
parity-codec = "3.0"
trie-root = "0.9"
trie-root = "0.11.0"
sr-io = { path = "../core/sr-io" }
substrate-cli = { path = "../core/cli" }
primitives = { package = "substrate-primitives", path = "../core/primitives" }