We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711d360 commit c7754bdCopy full SHA for c7754bd
poem/subscription-redis/Cargo.toml
@@ -8,5 +8,5 @@ async-graphql = { path = "../../.." }
8
async-graphql-poem = { path = "../../../integrations/poem" }
9
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
10
poem = { version = "2.0.0", features = ["websocket"] }
11
-redis = { version = "0.21.4", features = ["aio", "tokio-comp"] }
+redis = { version = "0.25.2", features = ["aio", "tokio-comp"] }
12
futures-util = "0.3.19"
0 commit comments