updating deps

This commit is contained in:
neil 2020-09-16 22:24:55 +02:00
parent fdd6b61d08
commit 0bb3584921
1 changed files with 3 additions and 3 deletions

View File

@ -6,11 +6,11 @@ edition = "2018"
[dependencies]
actix-rt = "1.0.0"
actix-web = "3.0.0-beta.3"
actix-files = "0.3.0-beta.1"
actix-web = "3.0.2"
actix-files = "0.3.0"
diesel = { version = "1.4", features = ["sqlite", "r2d2", "chrono"] }
diesel_migrations = "1.4"
url = "2.0"
url = "2.1"
toml = "0.5"
lazy_static = "1.4"
serde = "1.0"