From 4ad169cacf301ef6163d437d8cc2ac5096fa2b89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:24:12 +0000 Subject: [PATCH] Update Rust crate redis to 0.23.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce32b50..4fd8f05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1015,9 +1015,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.23.2" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffd6543a7bc6428396845f6854ccf3d1ae8823816592e2cbe74f20f50f209d02" +checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 740802b..a9027c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" async-recursion = "1.0.4" actix-web = "4.4.0" lazy_static = "1.4.0" -redis = { version = "0.23.2", default-features = false, features = ["tokio-comp", "connection-manager"] } +redis = { version = "0.23.3", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.9.4" reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.188", default-features = false, features = ["derive"]}