We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a24a4c commit 12b9662Copy full SHA for 12b9662
Cargo.toml
@@ -20,5 +20,5 @@ futures = "0.3"
20
rand = "0.8"
21
serde = "1.0"
22
serde_json = "1.0"
23
-redis = { version = "0.22", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }
+redis = { version = "0.23", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }
24
time = "0.3"
0 commit comments