mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-15 20:01:06 +00:00
support https and wss core url in shard's ws client (#488)
* support https and wss core url in shard's ws client * fmt * small fix
This commit is contained in:
@@ -29,6 +29,8 @@ thiserror = "1.0.24"
|
||||
tokio = { version = "1.8.2", features = ["full"] }
|
||||
tokio-util = { version = "0.6", features = ["compat"] }
|
||||
arrayvec = { version = "0.7.1", features = ["serde"] }
|
||||
tokio-rustls = "0.23.4"
|
||||
webpki-roots = "0.22.4"
|
||||
|
||||
[dev-dependencies]
|
||||
bincode = "1.3.3"
|
||||
|
||||
Reference in New Issue
Block a user