diff --git a/Cargo.lock b/Cargo.lock index 6a4eb6ce8d5c6..04acaa3929362 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6983,9 +6983,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 7152ac0ea830d..4ce7409975879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -306,7 +306,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.34.0", default-features = false, features = ["tokio", "libz", "ssl", "zstd"], optional = true } -redis = { version = "0.23.2", default-features = false, features = ["connection-manager", "tokio-comp", "tokio-native-tls-comp"], optional = true } +redis = { version = "0.23.3", default-features = false, features = ["connection-manager", "tokio-comp", "tokio-native-tls-comp"], optional = true } regex = { version = "1.9.4", default-features = false, features = ["std", "perf"] } roaring = { version = "0.10.2", default-features = false, optional = true } seahash = { version = "4.1.0", default-features = false }