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

Update url-dispatch

This commit is contained in:
Yuki Okushi
2019-12-29 04:10:02 +09:00
parent 1d6ccff3e8
commit 7a973d6fe9
16 changed files with 90 additions and 89 deletions

View File

@ -5,8 +5,9 @@ edition = "2018"
workspace = "../"
[dependencies]
actix = "0.8"
actix-web = "1.0"
futures = "0.1"
actix = "0.9"
actix-rt = "1.0"
actix-web = "2.0"
futures = "0.3.1"
openssl = "0.10"
serde = "1.0"