Compare commits

...

1 Commits

Author SHA1 Message Date
3af967e893 Update Rust crate redis to 0.27.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-09-13 00:31:22 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -2939,9 +2939,9 @@ dependencies = [
[[package]] [[package]]
name = "redis" name = "redis"
version = "0.26.1" version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e902a69d09078829137b4a5d9d082e0490393537badd7c91a3d69d14639e115f" checksum = "6408b7e62e108fa36b8e44cffa98ae36570cf32cbc996cc3af1f5ecde8782c37"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"combine", "combine",

View File

@ -22,7 +22,7 @@ diesel_migrations = "2.1.0"
serde = { version = "1.0.210", features = ["derive"] } serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128" serde_json = "1.0.128"
mailchecker = "6.0.8" mailchecker = "6.0.8"
redis = "0.26.1" redis = "0.27.0"
lettre = "0.11.8" lettre = "0.11.8"
rand = "0.8.5" rand = "0.8.5"
bcrypt = "0.15.1" bcrypt = "0.15.1"