From 83f3106b6ac9fcfe38b3a8f228637583d6873aae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:13:10 +0000 Subject: [PATCH] Update Rust crate redis to 0.25.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d26449b..a5d90e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1077,9 +1077,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.25.2" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71d64e978fd98a0e6b105d066ba4889a7301fca65aeac850a877d8797343feeb" +checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 525dd10..5bd8d2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" async-recursion = "1.1.0" actix-web = "4.5.1" lazy_static = "1.4.0" -redis = { version = "0.25.2", default-features = false, features = ["tokio-comp", "connection-manager"] } +redis = { version = "0.25.3", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.10.4" reqwest = { version = "0.12.2", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.197", default-features = false, features = ["derive"]}