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
+1 -1
View File
@@ -20,7 +20,7 @@ tokio = "0.1.7"
futures = "0.1.17"
fdlimit = "0.1"
exit-future = "0.1"
sysinfo = "0.7"
sysinfo = "0.8.0"
panic-handler = { package = "substrate-panic-handler", path = "../../core/panic-handler" }
client = { package = "substrate-client", path = "../../core/client" }
network = { package = "substrate-network", path = "../../core/network" }