server: fix Cargo.toml dependency versions — actix-ws 0.4, remove rustls/multipart features
This commit is contained in:
parent
bb9b7582b5
commit
b2f4f7ffa6
@ -5,11 +5,10 @@ edition = "2021"
|
|||||||
description = "Butterfly Desktop Environment Server — remote display/audio streaming with HUD control"
|
description = "Butterfly Desktop Environment Server — remote display/audio streaming with HUD control"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { version = "4", features = ["rustls-0_23"] }
|
actix-web = "4"
|
||||||
actix-ws = "0.7"
|
actix-ws = "0.4"
|
||||||
actix-cors = "0.7"
|
actix-cors = "0.7"
|
||||||
actix-files = "0.6"
|
actix-files = "0.6"
|
||||||
actix-multipart = "0.7"
|
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
tokio-stream = "0.1"
|
tokio-stream = "0.1"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user