mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
switch to draft 5 handshake
This commit is contained in:
parent
c8de5524b4
commit
cda7ed2190
7 changed files with 194 additions and 136 deletions
|
@ -32,7 +32,7 @@ wasm-bindgen-futures = "0.4.43"
|
|||
wasm-streams = "0.4.0"
|
||||
web-sys = { version = "0.3.70", features = ["BinaryType", "Headers", "MessageEvent", "Request", "RequestInit", "Response", "ResponseInit", "Url", "WebSocket"] }
|
||||
webpki-roots = "0.26.3"
|
||||
wisp-mux = { path = "../wisp", features = ["wasm"], version = "5.1.0", default-features = false }
|
||||
wisp-mux = { version = "*", path = "../wisp", features = ["wasm"], default-features = false }
|
||||
|
||||
[dependencies.getrandom]
|
||||
version = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue