Update Rust crate redis to 0.25.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2024-04-06 00:11:37 +00:00
parent c4e0c96268
commit b038aa664f
2 changed files with 9 additions and 19 deletions

View File

@ -20,7 +20,7 @@ diesel = { version = "2.1.5", features = ["postgres"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
mailchecker = "6.0.1"
redis = "0.25.0"
redis = "0.25.3"
lettre = "0.11.6"
rand = "0.8.5"
bcrypt = "0.15.1"