mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-17 23:08:23 +00:00
Update deadpool-redis dependency.
This deprecates the deadpool-redis-cluster crate in favor of the deadpool-redis crate with cluster feature.
This commit is contained in:
@ -9,8 +9,8 @@
|
||||
repository = "https://github.com/chirpstack/chirpstack"
|
||||
|
||||
[dependencies]
|
||||
chirpstack_api = { path = "../api/rust", version = "4.6.0-test.1" }
|
||||
redis = { version = "0.23", features = [
|
||||
chirpstack_api = { path = "../api/rust", version = "4.6.0" }
|
||||
redis = { version = "0.24", features = [
|
||||
"cluster-async",
|
||||
"tokio-rustls-comp",
|
||||
] }
|
||||
|
Reference in New Issue
Block a user