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

Update server

This commit is contained in:
Yuki Okushi
2019-12-29 03:32:56 +09:00
parent a255f4aea6
commit e21219c1da
8 changed files with 38 additions and 48 deletions

View File

@ -5,8 +5,8 @@ workspace = "../"
edition = "2018"
[dependencies]
actix-rt = "0.2"
actix-web = { version = "1.0", features = ["ssl"] }
futures = "0.1"
actix-rt = "1.0"
actix-web = { version = "2.0", features = ["openssl"] }
futures = "0.3.1"
openssl = "0.10"
actix-http = "0.2"
actix-http = "1.0"