mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
update ws dependencies as well as http rustls dependency
This commit is contained in:
parent
071f088d8b
commit
3042539101
16 changed files with 499 additions and 295 deletions
|
|
@ -33,7 +33,7 @@ cfg-if = "1"
|
|||
either = "1"
|
||||
futures = "0.3"
|
||||
futures-lite = "1"
|
||||
futures-rustls = "0.24"
|
||||
futures-rustls = "0.25"
|
||||
glommio = "0.8"
|
||||
httparse = "1"
|
||||
itoa = "1"
|
||||
|
|
@ -46,7 +46,7 @@ memchr = "2"
|
|||
privdrop = "0.5"
|
||||
once_cell = "1"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
rustls-pemfile = "1"
|
||||
rustls-pemfile = "2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
signal-hook = { version = "0.3" }
|
||||
slotmap = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue