From 222b54c62d22516c291c1b03b78c1beda199d52f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 09:06:13 +0000 Subject: [PATCH] chore(deps): update rust crate redis to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67c6a82..e8d5ce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ axum = { version = "0.6", features = ["macros", "multipart"] } chrono = "0.4" hex = "0.4" once_cell = "1" -redis = { version = "0.23", features = ["tokio-comp", "connection-manager"] } +redis = { version = "1.2.2", features = ["tokio-comp", "connection-manager"] } reqwest = { version = "0.11", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = { version = "1", features = ["preserve_order"] }