mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 01:21:01 +00:00
Handle Grafana server bind errors gracefuly. (#4241)
* Fix error handling for grafana sever start. * Update client/grafana-data-source/src/server.rs Co-Authored-By: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
committed by
Gavin Wood
parent
2f35d7f003
commit
f78b83e363
@@ -7,6 +7,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.8"
|
||||
hyper = { version = "0.13.0-alpha.4", default-features = false, features = ["unstable-stream"] }
|
||||
tokio-io = "0.2.0-alpha.6"
|
||||
tokio-executor = "0.2.0-alpha.6"
|
||||
|
||||
Reference in New Issue
Block a user