From ea30ef21e7f2c57884ace6064a8a8814102ab560 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 01:19:34 +0000 Subject: [PATCH] Update Rust crate redis to 0.22.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd7d967..75d89ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -941,9 +941,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.22.1" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "513b3649f1a111c17954296e4a3b9eecb108b766c803e2b99f179ebe27005985" +checksum = "5c1aada340fba5deba625c84d109d0a83cc3565452d38083417992a702c2428d" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 39fb260..c3d1347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" async-recursion = "1.0.0" actix-web = "4.2.1" lazy_static = "1.4.0" -redis = { version = "0.22.1", default-features = false, features = ["tokio-comp", "connection-manager"] } +redis = { version = "0.22.2", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.7.0" reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.152", default-features = false, features = ["derive"]}