mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 05:50: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
|
@ -38,7 +38,7 @@ tokio-rustls = { version = "0.26.0", features = ["ring", "tls12"], default-featu
|
|||
tokio-util = { version = "0.7.11", features = ["codec", "compat", "io-util", "net"] }
|
||||
toml = { version = "0.8.19", optional = true }
|
||||
uuid = { version = "1.10.0", features = ["v4"] }
|
||||
wisp-mux = { version = "5.0.0", path = "../wisp", features = ["fastwebsockets", "generic_stream", "certificate"] }
|
||||
wisp-mux = { version = "*", path = "../wisp", features = ["fastwebsockets", "generic_stream", "certificate"] }
|
||||
|
||||
[features]
|
||||
default = ["toml"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue