diff --git a/reference-apps/rust/Cargo.toml b/reference-apps/rust/Cargo.toml index c7251d5..15e5d9e 100644 --- a/reference-apps/rust/Cargo.toml +++ b/reference-apps/rust/Cargo.toml @@ -16,7 +16,7 @@ env_logger = "=0.11.8" tokio-postgres = "0.7" mysql_async = "0.36" mongodb = "3.1" -redis = { version = "0.27", features = ["tokio-comp", "cluster-async"] } +redis = { version = "0.32", features = ["tokio-comp", "cluster-async"] } lapin = "3.7" prometheus = "0.14" lazy_static = "1.4"