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:
Renjie Cai
2022-08-05 00:01:32 +08:00
committed by GitHub
parent 24fd27e0bd
commit 65ad10b715
3 changed files with 128 additions and 4 deletions
+2
View File
@@ -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"