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 21f9a7f commit de354b6Copy full SHA for de354b6
Cargo.toml
@@ -9,7 +9,7 @@ members = [
9
]
10
11
[workspace.dependencies]
12
-redis = { version = "0.27.0", features = ["async-std", "tokio", "aio", "tokio-comp", "async-std-comp"] }
+redis = { version = "0.28.0", features = ["async-std", "tokio", "aio", "tokio-comp", "async-std-comp"] }
13
tonic = "0.12.1"
14
tokio = { version = "1.39", features = ["rt-multi-thread", "rt", "macros"] }
15
futures = "0.3"
0 commit comments