Update dependencies

This commit is contained in:
Cameron Cordes
2021-09-01 19:50:35 -04:00
parent 652c2d03d5
commit 2d6db6d059
2 changed files with 140 additions and 143 deletions

View File

@@ -19,7 +19,7 @@ futures = "0.3.5"
jsonwebtoken = "7.2.0"
serde = "1"
serde_json = "1"
diesel = { version = "1.4.5", features = ["sqlite"] }
diesel = { version = "1.4.8", features = ["sqlite"] }
hmac = "0.11"
sha2 = "0.9"
chrono = "0.4"
@@ -27,9 +27,9 @@ dotenv = "0.15"
bcrypt = "0.9"
image = { version = "0.23", default-features = false, features = ["jpeg", "png", "jpeg_rayon"] }
walkdir = "2"
rayon = "1.3"
rayon = "1.5"
notify = "4.0"
path-absolutize = "3.0.6"
path-absolutize = "3.0"
log="0.4"
env_logger="0.8"
actix-web-prom = "0.5.1"