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

4
Cargo.lock generated
View File

@ -3431,9 +3431,9 @@ dependencies = [
[[package]]
name = "redis"
version = "0.25.1"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c442de91f2a085154b1e1b374d5d5edf5bc49d2ebbfdf47e67edd6c2df568d"
checksum = "71d64e978fd98a0e6b105d066ba4889a7301fca65aeac850a877d8797343feeb"
dependencies = [
"async-trait",
"bytes",

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