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

This commit is contained in:
Pierre HUBERT 2023-09-02 00:27:12 +00:00
parent 49d27e5849
commit 7f0ea4f04c
2 changed files with 3 additions and 3 deletions

View File

@ -2257,9 +2257,9 @@ dependencies = [
[[package]] [[package]]
name = "redis" name = "redis"
version = "0.23.2" version = "0.23.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffd6543a7bc6428396845f6854ccf3d1ae8823816592e2cbe74f20f50f209d02" checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba"
dependencies = [ dependencies = [
"combine", "combine",
"itoa", "itoa",

View File

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