diff --git a/veza-stream-server/Cargo.toml b/veza-stream-server/Cargo.toml index 475f42a51..bee8f6079 100644 --- a/veza-stream-server/Cargo.toml +++ b/veza-stream-server/Cargo.toml @@ -76,7 +76,7 @@ zstd = "0.13" # Database & Cache sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "postgres", "chrono", "uuid"] } -redis = { version = "0.32", features = ["tokio-comp", "connection-manager"] } +redis = { version = "1.0", features = ["tokio-comp", "connection-manager"] } deadpool-redis = "0.15" # Metadata extraction