Update Actix, tokio and hashing libraries
All checks were successful
Core Repos/ImageApi/pipeline/head This commit looks good

This commit is contained in:
Cameron Cordes
2021-02-15 20:39:14 -05:00
parent 1ad7abb69c
commit b0a9cd6327
2 changed files with 356 additions and 344 deletions

View File

@@ -9,8 +9,8 @@ edition = "2018"
[dependencies]
actix = "0.10"
actix-web = "3"
actix-rt = "1"
actix-files = "0.4"
actix-rt = "2"
actix-files = "0.5"
actix-multipart = "0.3.0"
actix-cors = "0.5"
futures = "0.3.5"
@@ -18,14 +18,14 @@ jsonwebtoken = "7.2.0"
serde = "1"
serde_json = "1"
diesel = { version = "1.4.5", features = ["sqlite"] }
hmac = "0.7.1"
sha2 = "0.8.2"
chrono = "0.4.11"
hmac = "0.10"
sha2 = "0.9"
chrono = "0.4"
dotenv = "0.15"
bcrypt = "0.8.1"
bcrypt = "0.9"
image = "0.23.7"
walkdir = "2"
rayon = "1.3"
notify = "4.0"
tokio = "0.2"
tokio = "1"
path-absolutize = "3.0.6"