From 0e9e7eb90541df7e4923306c8b44cca65348ec11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:20:10 +0000 Subject: [PATCH] Update Rust crate redis to 0.25.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e1ed36..6093e3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1052,9 +1052,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.25.1" +version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c442de91f2a085154b1e1b374d5d5edf5bc49d2ebbfdf47e67edd6c2df568d" +checksum = "71d64e978fd98a0e6b105d066ba4889a7301fca65aeac850a877d8797343feeb" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 32cb12d..5a8c40c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" async-recursion = "1.0.5" actix-web = "4.5.1" lazy_static = "1.4.0" -redis = { version = "0.25.1", default-features = false, features = ["tokio-comp", "connection-manager"] } +redis = { version = "0.25.2", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.10.3" reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.197", default-features = false, features = ["derive"]}