Update backend dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-02 22:06:02 +02:00
parent adf5d9454b
commit 37f36b1f0b
2 changed files with 100 additions and 128 deletions

View File

@ -21,14 +21,14 @@ diesel = { version = "2.2.4", features = ["postgres"] }
diesel_migrations = "2.1.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
mailchecker = "6.0.8"
redis = "0.26.1"
mailchecker = "6.0.11"
redis = "0.27.2"
lettre = "0.11.8"
rand = "0.8.5"
bcrypt = "0.15.1"
light-openid = "1.0.2"
thiserror = "1.0.60"
serde_with = "3.8.1"
serde_with = "3.10.0"
rust_iso3166 = "0.1.12"
rust-s3 = "0.35.1"
sha2 = "0.10.8"