diff --git a/rustainers/Cargo.toml b/rustainers/Cargo.toml index 7b3af84..6737400 100644 --- a/rustainers/Cargo.toml +++ b/rustainers/Cargo.toml @@ -65,7 +65,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.1" rstest = "0.24.0" tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7"