From f7f01a179d412f84c5970cbeebd2b15cd337b90c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 9 Apr 2025 22:40:38 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff4f9586..0edc9c60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ openssl = { version = "0.10.60", features = ["v110"] } parking_lot = "0.12" pin-project-lite = "0.2" rand = "0.9" -redis = { version = "0.28" } +redis = { version = "0.27" } reqwest = { version = "0.12", features = ["json", "stream"] } rustls = "0.23" rustls-pemfile = "2"