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

update actix ecosystem deps

This commit is contained in:
Rob Ede
2023-10-29 01:06:58 +01:00
parent 1eeb935674
commit 1a44c313e4
4 changed files with 31 additions and 20 deletions

View File

@ -77,17 +77,17 @@ actix-codec = "0.5"
actix-cors = "0.6"
actix-files = "0.6"
actix-http = "3.4"
actix-identity = "0.5"
actix-identity = "0.6"
actix-multipart = "0.6"
actix-multipart-derive = "0.6"
actix-protobuf = "0.10"
actix-session = "0.7"
actix-session = "0.8"
actix-test = "0.1"
actix-tls = "3.1.1"
actix-utils = "3"
actix-web = "4.4"
actix-web-actors = "4.1"
actix-web-lab = "0.19"
actix-web-lab = "0.20"
actix-ws = "0.2.5"
awc = "3.2"
@ -104,3 +104,4 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.24.2", features = ["sync", "io-util"] }
tokio-util = "0.7.4"
tokio-stream = "0.1.1"