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

This commit is contained in:
2023-08-28 00:31:53 +00:00
parent 4e22455f46
commit 173303de27
2 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,7 @@ diesel = { version = "2.0.4", features = ["postgres"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
mailchecker = "5.0.9"
redis = "0.23.0"
redis = "0.23.2"
lettre = "0.10.4"
rand = "0.8.5"
bcrypt = "0.15.0"