mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 14:35:40 +00:00
Rewrite telemetry using libp2p (#2812)
* Rewrite telemetry using libp2p * Update the Cargo.lock files * Apply suggestion
This commit is contained in:
committed by
Gavin Wood
parent
6130ff3f46
commit
57afa9b440
@@ -6,14 +6,19 @@ description = "Telemetry utils"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
parking_lot = "0.8.0"
|
||||
lazy_static = "1.0"
|
||||
futures = "0.1"
|
||||
libp2p = { version = "0.9.1", default-features = false, features = ["libp2p-websocket"] }
|
||||
log = "0.4"
|
||||
rand = "0.6"
|
||||
serde = { version = "1.0.81", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
slog = { version = "^2", features = ["nested-values"] }
|
||||
slog-json = { version = "^2", features = ["nested-values"] }
|
||||
slog-async = { version = "^2", features = ["nested-values"] }
|
||||
slog-scope = "^4"
|
||||
ws = { version = "^0.7", features = ["ssl"] }
|
||||
tokio-io = "0.1"
|
||||
tokio-timer = "0.2"
|
||||
void = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user