From ea065ae04aa8c6e259dcbb21dacc83cb85d2d53d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:09:43 +0000 Subject: [PATCH] Update Rust crate redis to 0.23.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 544fd84..1ef87e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1046,9 +1046,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.23.3" +version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" +checksum = "1326371ccc7b3cd1c0c603f6eb3490a1ddecf1e7fb4a3caacf5db4684f5a7db9" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d8c8306..51c87b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" async-recursion = "1.0.5" actix-web = "4.4.0" lazy_static = "1.4.0" -redis = { version = "0.23.3", default-features = false, features = ["tokio-comp", "connection-manager"] } +redis = { version = "0.23.4", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.10.2" reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.193", default-features = false, features = ["derive"]}