1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

chore: update actix-ws to v0.3

This commit is contained in:
Rob Ede
2024-07-20 07:55:03 +01:00
parent ea68e74373
commit 942e8ed173
6 changed files with 43 additions and 43 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "websocket-echo-actorless-example"
name = "websockets-echo-actorless-example"
version = "1.0.0"
edition = "2021"
@ -7,7 +7,6 @@ edition = "2021"
actix-files.workspace = true
actix-web.workspace = true
actix-ws.workspace = true
env_logger.workspace = true
futures-util.workspace = true
log.workspace = true