mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-15 06:56:38 +00:00
Update redis crate.
This version solves inconsistent pipeline output types when using multiplexed async connections.
This commit is contained in:
parent
06bcca147c
commit
a78bc226f6
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user