From 00bbeea4eff9daa8d555cdda6ac3dd9177ad1971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 05:00:01 +0000 Subject: [PATCH] chore(deps): Bump redis from 0.23.1 to 0.23.2 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.1 to 0.23.2. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.23.1...redis-0.23.2) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3a6f8152aba3..26d84be8923d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6914,9 +6914,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.23.1" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff5d95dd18a4d76650f0c2607ed8ebdbf63baf9cb934e1c233cd220c694db1d7" +checksum = "ffd6543a7bc6428396845f6854ccf3d1ae8823816592e2cbe74f20f50f209d02" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1d76162b9090e..c7eb777550fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -303,7 +303,7 @@ pulsar = { version = "6.0.1", default-features = false, features = ["tokio-runti rand = { version = "0.8.5", default-features = false, features = ["small_rng"] } rand_distr = { version = "0.4.3", default-features = false } rdkafka = { version = "0.33.2", default-features = false, features = ["tokio", "libz", "ssl", "zstd"], optional = true } -redis = { version = "0.23.1", default-features = false, features = ["connection-manager", "tokio-comp", "tokio-native-tls-comp"], optional = true } +redis = { version = "0.23.2", default-features = false, features = ["connection-manager", "tokio-comp", "tokio-native-tls-comp"], optional = true } regex = { version = "1.9.3", default-features = false, features = ["std", "perf"] } roaring = { version = "0.10.2", default-features = false, optional = true } seahash = { version = "4.1.0", default-features = false }