Bump redis to latest version
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
@@ -9,6 +9,10 @@ serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.143"
|
||||
tokio = { version = "1.47.1", features = ["full"] }
|
||||
tracing = "0.1.41"
|
||||
redis = { version = "0.25.4", features = ["tokio-comp", "connection-manager", "aio"] }
|
||||
redis = { version = "0.32.5", features = [
|
||||
"tokio-comp",
|
||||
"connection-manager",
|
||||
"aio",
|
||||
] }
|
||||
jsonrpsee = { version = "0.24.7", features = ["server", "macros"] }
|
||||
async-trait = "0.1.83"
|
||||
|
Reference in New Issue
Block a user