mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
Update rustls to 0.21, futures-rustls to 0.24
This commit is contained in:
parent
d3a2204305
commit
b609f77be9
6 changed files with 23 additions and 24 deletions
|
|
@ -21,13 +21,13 @@ aquatic_ws_protocol.workspace = true
|
|||
anyhow = "1"
|
||||
async-tungstenite = "0.19"
|
||||
futures = "0.3"
|
||||
futures-rustls = "0.22"
|
||||
futures-rustls = "0.24"
|
||||
glommio = "0.8"
|
||||
log = "0.4"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
rand_distr = "0.4"
|
||||
rustls = { version = "0.20", default-features = false, features = ["dangerous_configuration"] }
|
||||
rustls = { version = "0.21", default-features = false, features = ["dangerous_configuration"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tungstenite = "0.18"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue