Update dependencies, disable registration and improve path handling

This commit is contained in:
Cameron Cordes
2021-02-02 13:57:51 -05:00
parent acad71701e
commit f20a8a5842
5 changed files with 328 additions and 291 deletions

View File

@@ -7,15 +7,16 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "3.0"
actix-rt = "1.0"
actix-files = "0.3.0"
actix-web = "3"
actix-rt = "1"
actix-files = "0.4"
actix-multipart = "0.3.0"
actix-cors="0.5"
futures = "0.3.5"
jsonwebtoken = "7.2.0"
serde = "1.0"
serde_json = "1.0"
diesel = { version = "1.4.4", features = ["sqlite"] }
serde = "1"
serde_json = "1"
diesel = { version = "1.4.5", features = ["sqlite"] }
hmac = "0.7.1"
sha2 = "0.8.2"
chrono = "0.4.11"