diff --git a/server/Cargo.toml b/server/Cargo.toml index 3f067b9..09dbfb4 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -5,11 +5,10 @@ edition = "2021" description = "Butterfly Desktop Environment Server — remote display/audio streaming with HUD control" [dependencies] -actix-web = { version = "4", features = ["rustls-0_23"] } -actix-ws = "0.7" +actix-web = "4" +actix-ws = "0.4" actix-cors = "0.7" actix-files = "0.6" -actix-multipart = "0.7" tokio = { version = "1", features = ["full"] } tokio-stream = "0.1" serde = { version = "1", features = ["derive"] }