Update dependencies

This commit is contained in:
Cameron Cordes
2023-12-02 14:23:51 -05:00
parent 2b9a741642
commit 7e11448ada
2 changed files with 465 additions and 293 deletions

740
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,30 +10,30 @@ edition = "2018"
lto = true lto = true
[dependencies] [dependencies]
actix = "0.12" actix = "0.13.1"
actix-web = "4" actix-web = "4"
actix-rt = "2.6" actix-rt = "2.6"
actix-files = "0.6" actix-files = "0.6"
actix-multipart = "0.4.0" actix-multipart = "0.6.1"
futures = "0.3.5" futures = "0.3.5"
jsonwebtoken = "7.2.0" jsonwebtoken = "9.2.0"
serde = "1" serde = "1"
serde_json = "1" serde_json = "1"
diesel = { version = "2.0.2", features = ["sqlite"] } diesel = { version = "2.0.2", features = ["sqlite"] }
diesel_migrations = "2.0.0" diesel_migrations = "2.0.0"
hmac = "0.11" hmac = "0.12.1"
sha2 = "0.9" sha2 = "0.10.8"
chrono = "0.4" chrono = "0.4"
dotenv = "0.15" dotenv = "0.15"
bcrypt = "0.9" bcrypt = "0.15.0"
image = { version = "0.23", default-features = false, features = ["jpeg", "png", "jpeg_rayon"] } image = { version = "0.24.7", default-features = false, features = ["jpeg", "png", "jpeg_rayon"] }
walkdir = "2" walkdir = "2"
rayon = "1.5" rayon = "1.5"
notify = "4.0" notify = "4.0"
path-absolutize = "3.0" path-absolutize = "3.0"
log="0.4" log="0.4"
env_logger="0.8" env_logger= "0.10.1"
actix-web-prom = "0.6" actix-web-prom = "0.7.0"
prometheus = "0.13" prometheus = "0.13"
lazy_static = "1.1" lazy_static = "1.1"
anyhow = "1.0" anyhow = "1.0"