mirror of
https://github.com/actix/actix-website
synced 2025-06-27 15:39:02 +02:00
Update server
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user