mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
update all websocket examples to v4
This commit is contained in:
@ -8,13 +8,12 @@ name = "server"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.10"
|
||||
actix-broker = "0.3.1"
|
||||
actix-files = "0.4"
|
||||
actix-rt = "1"
|
||||
actix-web = "3"
|
||||
actix-web-actors = "3"
|
||||
env_logger = "0.8"
|
||||
futures = "0.3"
|
||||
actix = "0.12"
|
||||
actix-broker = "0.4"
|
||||
actix-files = "0.6.0-beta.16"
|
||||
actix-web = "4.0.0-rc.3"
|
||||
actix-web-actors = "4.0.0-beta.12"
|
||||
|
||||
env_logger = "0.9"
|
||||
log = "0.4"
|
||||
rand = "0.7"
|
||||
rand = "0.8"
|
||||
|
Reference in New Issue
Block a user