Migrate from actix-web-actor to actix-ws
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-20 22:08:02 +01:00
parent c0690d888e
commit 67549d54a3
6 changed files with 178 additions and 235 deletions

View File

@ -18,7 +18,7 @@ actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-identity = "0.8.0"
actix-cors = "0.7.1"
actix-files = "0.6.6"
actix-web-actors = "4.3.1"
actix-ws = "0.3.0"
actix-http = "3.10.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
@ -37,7 +37,7 @@ thiserror = "2.0.12"
image = "0.25.5"
rand = "0.9.0"
bytes = "1.10.1"
tokio = "1.44.1"
tokio = { version = "1.44.1", features = ["rt", "time", "macros"] }
futures = "0.3.31"
ipnetwork = { version = "0.21.1", features = ["serde"] }
num = "0.4.2"