From 510f56f97a75ae553b8cb14f70bffd504f6ad32e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:35:53 +0000 Subject: [PATCH] Update Rust crate redis to 0.27.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e0b5b0..8b3399f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1159,9 +1159,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.26.1" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e902a69d09078829137b4a5d9d082e0490393537badd7c91a3d69d14639e115f" +checksum = "6408b7e62e108fa36b8e44cffa98ae36570cf32cbc996cc3af1f5ecde8782c37" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9645340..78178d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" async-recursion = "1.1.1" actix-web = "4.5.1" lazy_static = "1.4.0" -redis = { version = "0.26.0", default-features = false, features = ["tokio-comp", "connection-manager"] } +redis = { version = "0.27.0", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.10.4" reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.200", default-features = false, features = ["derive"]}