1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 15:39:02 +02:00

update remaining examples to v4

This commit is contained in:
Rob Ede
2022-02-26 05:22:21 +00:00
parent 447edcc9d7
commit b8431bef6f
6 changed files with 67 additions and 46 deletions

View File

@ -5,6 +5,7 @@ workspace = "../"
edition = "2018"
[dependencies]
actix-web = { version = "3", features = ["openssl"] }
actix-web = { version = "4", features = ["openssl"] }
futures = "0.3"
openssl = "0.10"
tokio = { version = "1.16.1", features = ["full"] }