diff --git a/rustainers/Cargo.toml b/rustainers/Cargo.toml index c846acb..a2f1c94 100644 --- a/rustainers/Cargo.toml +++ b/rustainers/Cargo.toml @@ -66,7 +66,7 @@ insta = { version = "1.39", features = ["json"] } mongodb = "3.0.1" object_store = { version = "0.11.0", features = ["aws"] } rdkafka = { version = "0.37.0" } -redis = "0.28.2" +redis = "0.29.0" rstest = "0.24.0" tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7"