1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +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

31
Cargo.lock generated
View File

@ -543,13 +543,14 @@ dependencies = [
[[package]]
name = "actix-ws"
version = "0.2.5"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "535aec173810be3ca6f25dd5b4d431ae7125d62000aa3cbae1ec739921b02cf3"
checksum = "a3a1fb4f9f2794b0aadaf2ba5f14a6f034c7e86957b458c506a8cb75953f2d99"
dependencies = [
"actix-codec",
"actix-http",
"actix-web",
"bytestring",
"futures-core",
"tokio",
]
@ -8890,19 +8891,6 @@ dependencies = [
"rand",
]
[[package]]
name = "websocket-echo-actorless-example"
version = "1.0.0"
dependencies = [
"actix-files",
"actix-web",
"actix-ws",
"env_logger",
"futures-util",
"log",
"tokio",
]
[[package]]
name = "websocket-example"
version = "1.0.0"
@ -8937,6 +8925,19 @@ dependencies = [
"tokio-util",
]
[[package]]
name = "websockets-echo-actorless-example"
version = "1.0.0"
dependencies = [
"actix-files",
"actix-web",
"actix-ws",
"env_logger",
"futures-util",
"log",
"tokio",
]
[[package]]
name = "which"
version = "4.4.2"