1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29: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

@ -4,5 +4,5 @@ version = "1.0.0"
edition = "2018"
[dependencies]
actix-web = { version = "3", features = ["openssl"] }
actix-web = { version = "4", features = ["openssl"] }
openssl = { version = "0.10", features = ["v110"] }