Update dependencies, improve startup logging

This commit is contained in:
Cameron
2024-11-23 12:14:12 -05:00
parent 4899dc4967
commit 287a61ae3f
4 changed files with 856 additions and 485 deletions

View File

@@ -14,26 +14,26 @@ actix = "0.13.1"
actix-web = "4"
actix-rt = "2.6"
actix-files = "0.6"
actix-multipart = "0.6.1"
actix-multipart = "0.7.2"
futures = "0.3.5"
jsonwebtoken = "9.2.0"
jsonwebtoken = "9.3.0"
serde = "1"
serde_json = "1"
diesel = { version = "2.0.2", features = ["sqlite"] }
diesel = { version = "2.2.5", features = ["sqlite"] }
diesel_migrations = "2.0.0"
hmac = "0.12.1"
sha2 = "0.10.8"
chrono = "0.4"
dotenv = "0.15"
bcrypt = "0.15.0"
image = { version = "0.24.7", default-features = false, features = ["jpeg", "png", "jpeg_rayon"] }
bcrypt = "0.16.0"
image = { version = "0.24.9", default-features = false, features = ["jpeg", "png", "jpeg_rayon"] }
walkdir = "2.4.0"
rayon = "1.5"
notify = "6.1.1"
path-absolutize = "3.0"
path-absolutize = "3.1"
log="0.4"
env_logger= "0.10.1"
actix-web-prom = "0.7.0"
env_logger= "0.11.5"
actix-web-prom = "0.9.0"
prometheus = "0.13"
lazy_static = "1.1"
lazy_static = "1.5"
anyhow = "1.0"