Update redis crate.

This version solves inconsistent pipeline output types when using
multiplexed async connections.
This commit is contained in:
Orne Brocaar
2024-03-19 10:36:12 +00:00
parent 06bcca147c
commit a78bc226f6
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ diesel-async = { version = "0.4", features = ["deadpool", "postgres", "async-con
tokio-postgres = "0.7"
tokio-postgres-rustls = "0.11"
bigdecimal = "0.4"
redis = { version = "0.25.1", features = [ "tls-rustls", "tokio-rustls-comp"] }
redis = { version = "0.25.2", features = [ "tls-rustls", "tokio-rustls-comp"] }
deadpool-redis = { version = "0.14", features = ["cluster"] }
# Logging