feature/update-dependencies #6

Merged
cameron merged 2 commits from feature/update-dependencies into master 2021-02-25 16:20:34 +00:00
2 changed files with 356 additions and 344 deletions
Showing only changes of commit b0a9cd6327 - Show all commits

686
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

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