upgrades actix to 1.0

This commit is contained in:
2019-06-19 14:06:38 +02:00
parent ed6a6a4a3f
commit f589751f8c
2 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,8 @@ authors = ["Artus <artus@landoftheunicorn.ovh>"]
edition = "2018"
[dependencies]
actix-web = "0.7"
actix-web = "1.0.*"
actix-files = "*"
lootalot-db = { version = "0.1", path = "./lootalot_db" }
dotenv = "*"