Skip to content

Commit c7754bd

Browse files
committed
chore(deps): bump redis to 0.25.2
1 parent 711d360 commit c7754bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poem/subscription-redis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ async-graphql = { path = "../../.." }
88
async-graphql-poem = { path = "../../../integrations/poem" }
99
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
1010
poem = { version = "2.0.0", features = ["websocket"] }
11-
redis = { version = "0.21.4", features = ["aio", "tokio-comp"] }
11+
redis = { version = "0.25.2", features = ["aio", "tokio-comp"] }
1212
futures-util = "0.3.19"

0 commit comments

Comments
 (0)