diff --git a/Cargo.toml b/Cargo.toml index d64bb1e..7192a7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" edition = "2018" [dependencies] -redis = { version = "0.21.6", features = ["async-std-comp"] } +redis = { version = "0.22.2", features = ["async-std-comp"] } tokio = { version = "1.21.0", features = ["rt", "time"] } rand = "0.8.5" futures = "0.3.24"