diff --git a/Cargo.toml b/Cargo.toml index 29707d7..93a3e01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ name = "cele" [dependencies] net2 = { version = "0.2.2", features = ["nightly"] } parse = { path = "components/parse" } -redis = { version = "0.15.1"} +redis = { version = "0.20.2"} rand = { version = "0.7" } tokio = { version = "0.2.18", features = ["full"] } tokio-util = { version = "0.2.0", features = ["full"] }